[OpenAFS] kdm on debian/unstable
John Koyle
jkoyle@rfpdepot.com
Tue, 03 Aug 2004 16:52:24 -0600
Christian Ospelkaus wrote:
>>I'm using the same pam lib on debian/unstable without problems.
>>
>>Here's the /etc/pam.d/kdm file I use:
>>auth required pam_nologin.so
>>auth required pam_env.so
>>auth sufficient pam_krb5afs.so
>>auth required pam_unix_auth.so nullok
>>account sufficient pam_krb5afs.so
>>account required pam_unix_acct.so
>>password required pam_unix_passwd.so shadow
>>session optional pam_krb5afs.so
>>session required pam_unix_session.so
>>session required pam_limits.so
>>
>>
>
>Thanks for the answer; but your config doesn't work on my system. The
>difference I see wrt my config is the account setting. What do you have in
>[appdefaults] in /etc/krb5.conf? What's your version of the pam module? I use
>1.3-3.rc8. Best regards,
>
>
I'm using pam-krb5 CVS from June 21st. I don't have an appdefaults
section in my krb5.conf. I'm sure this doesn't help you out much though :(
John