On Thu, 2014-05-29 at 13:35 -0400, [email protected] wrote: > KRB5_CLIENT_KTNAME=./some.key.file kinit > at this point, kinit did what it wanted and not what i expected.
I am not sure kinit will automatically use the keytab just because the environment variable is there. I would expect the envar sets a default for the -t (or possibly -i, in which case you need to specify that) option, and you still need to specify -k for it to use a keytab at all. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
