Immediate logout after login with PAM, Kerberos, and LDAP
- by Dylan Klomparens
I've set up remote login on a computer using Kerberos and LDAP. I've also configured NFS to mount onto /home so that the user's home directory is the same wherever they login.
Kerberos authentication seems to work fine. I can get a ticket using kinit user1 (assuming user1 is a remote user) and see the ticket with klist.
I'm pretty sure LDAP is…