On Thu, May 12, 2011 at 10:56 AM, Russ Allbery <[email protected]> wrote: > I was thinking of NFS mounts with system credentials, where you have to > get the ordering between the network, k5start, and the NFS mount correct. > But it sounds like I was borrowing trouble you don't have. :)
Really, what should happen is that mech_krb5's gss_init_sec_context() automatically gets a TGT using a keytab if there's a keytab available. Solaris' implementation does that, though sadly it only does it for processes running as root. Nico -- ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
