On Tue, 2004-12-07 at 00:18 -0700, Dax Kelson wrote: > pam_krb5 creates per session ticket cache files > as /tmp/krb5cc_p<digits>, while the NFS client's rpcsec_gss daemon > expects the ticket cache file to be /tmp/krb5cc_$UID. > Turns out this statement needs to be modified. pam_krb5 does create (or try to create) ticket cache files of the form /tmp/krb5cc_$UID. It is the MIT kerberos telnet server and/or the MIT kerberos "login" replacement (/usr/kerberos/sbin/login.krb5) that creates ticket caches in the form /tmp/krb5cc_p<4digits>. So, the gss daemon still needs patching or some other solution created. Dax Kelson Guru Labs