sudo pam, with kerberos
Hi Folks,
just compiled up sudo 1.6.8p12 with pam support. Everything seems fine, but when I sudo to root and use my kerberos password, the permissions on my /tmp/krb5_uid file gets changed from being owned by myself to root eg:
user@ss1:~> ls -l /tmp/krb5cc_100
-rw-1 useruser 1300 Feb 24 14:44 /tmp/krb5cc_100
user@ss1:~>
user@ss1:~> sudo -s
Password:
root@ss1:~> ls -l /tmp/krb5cc_100
-rw-1 rootroot1300 Feb 24 14:45 /tmp/krb5cc_100
root@ss1:~>
I've trussed sudo and it looks to be an issue with pam_krb5, anyone have any suggestions to help refine this?
Cheers
Steve

