[OpenAFS] Passwords between Kerberos 5 & AFS
Brett Simpson
Simpsonb@hillsboroughcounty.org
Tue, 26 Jun 2001 14:27:19 -0400
I noticed after setting up a kerberos 5 server and openafs that when I =
authenticate via login if my passwords are different between Kerberos and =
AFS then it will prompt me for the password on both. Is there a way to =
have afs use the kerberos password? I have it tied into pam and here is =
what my /etc/pam.d/login looks like. Also the kerberos authentication =
works fine by itself.
#%PAM-1.0auth required /lib/security/pam_securetty.soauth =
required /lib/security/pam_stack.so service=3Dsystem-authauth =
required /lib/security/pam_nologin.soauth sufficient =
/lib/security/pam_afs.so try_first_pass ignore_rootaccount required =
/lib/security/pam_stack.so service=3Dsystem-authpassword required =
/lib/security/pam_stack.so service=3Dsystem-authsession required =
/lib/security/pam_stack.so service=3Dsystem-authsession optional =
/lib/security/pam_console.so