[OpenAFS] Re: OpenAFS + Kerb5
Ken Hornstein
kenh@cmf.nrl.navy.mil
Wed, 15 Feb 2006 11:13:44 -0500
>It's not looking to be a pleasant experience from what
>I can see so far with the first thing tried:
>
> # klog.krb -setpag jblaine
> Unable to authenticate because AFS user doesn't exist.
> # klog.krb -setpag jblaine@JBTEST
> Unable to authenticate because AFS user doesn't exist.
You should _not_ use those utilities. They talk to the kaserver (as
you have discovered), but their only difference is that they keep
around a Kerberos V4 cache afterwards.
You need to use a V5 kinit and aklog. Then you can shut down the kaserver.
--Ken