[OpenAFS] kdm on debian/unstable
Christian Ospelkaus
christian@core-coutainville.org
Fri, 10 Sep 2004 13:33:38 +0200
This is for the archive. I figured out I was a victim of a wrong .Xauthority
file. So it has nothing to do with afs/pam/kerberos and the like. Best
regards,
Christian Ospelkaus
> >>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 :(