search for: krb5cc_xxxx

Displaying 1 result from an estimated 1 matches for "krb5cc_xxxx".

Did you mean: krb5cc_xxxxx
2002 Apr 22
0
PAM on Solaris
I have been having problems with openssh and PAM on my Solaris 8 box. I needed to use pam_krb5, and I always got the wrong owner on my credentials file /tmp/krb5cc_xxxx. The owner became root... It seems to me that the settings of uid should be before actually calling pam_setcred() in session.c, and when I do change around those lines, it started to work. From what I can see this is not really good behaviour from Sun's pam-module. It should realize the p...