[OpenAFS] Kerberos + Windows
Ken Hornstein
kenh@cmf.nrl.navy.mil
Wed, 24 Aug 2022 21:22:25 -0400
>On Wed, Aug 24, 2022 at 04:53:11PM +0000, Ben Huntsman wrote:
>> ktpass /princ afs/mydomain.com@AD.MYDOMAIN.COM /mapuser srvAFS /mapop a=
dd /out rxkad.keytab +rndpass /crypto all /ptype KRB5_NT_PRINCIPAL +dumpsa=
lt
>
>When the name of the AFS cell does not match the name of the kerberos
>realm, the OpenAFS configuration needs to include a krb.conf file to
>specify the realm the AFS servers use for authentication. Note that this
>is completely different from the kerberos krb5.conf file and lives in a
>different location.
Ooof, I totally missed that. Yes, that would do it.
--Ken