[OpenAFS] Authentication without aklog

David Howells dhowells@redhat.com
Mon, 04 Aug 2014 11:44:28 +0100


Troy Benjegerdes <hozer@hozed.org> wrote:

> The problem with AFS seems to be everyone who knows you need to 'kinit ;
> aklog' and it's been so long we have all forgotten the experience of what it
> was like before we realized this.

If aklog uses add_key(), then request_key() will find that and use it if it's
present; only if it's not will it call out.

David