Andrew Bacchi wrote:
> I can login using lonin.krb5 as root through ssh, and get krb5 tickets,
> but when I try from the console I am unable to login at all.
> 
> Any ideas why, where and how this is happening?  Thanks
> 
> /etc/pam.d/system-auth looks like this:
> auth     required   /lib/security/pam_env.so
> auth     sufficient /lib/security/pam_krb5afs.so use_first_pass tokens
> auth     sufficient /lib/security/pam_unix.so likeauth nullok

Swap those two lines, or modify them thus:

auth     sufficient /lib/security/pam_krb5afs.so tokens
auth     sufficient /lib/security/pam_unix.so use_first_pass likeauth nullok

-- 
Sensei    <mailto:[EMAIL PROTECTED]>
           <icqnum:241572242>
           <msn-id:[EMAIL PROTECTED]>

A)bort, R)etry, I)nfluence with large hammer.
________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to