0
votes
0answers
28 views

LDAP / AD timeout issues

We are having issues which somehow related to LDAP and/or PAM and/or .... The issue is that user lookup goes away. Eg on an ssh session I started a few days ago I get for whomai xxx:/etc/init.d$ ...
3
votes
2answers
238 views

How to configure pam.d files for ldap over ssh on 12.04?

I'm trying to set up an Ubuntu 12.04 server so that users with a valid account in a remote ldap server can login to the ubuntu server. I've followed this guide closely: ...
0
votes
2answers
374 views

NFS users getting a laggy GUI expierence

I am setting up a system (ubuntu 12.04) that uses ldap, pam, and autofs to load users and their home folders from a remote server. One of the options for login is sitting down at the machine and ...
1
vote
0answers
466 views

Configuring PAM with LDAP and Kerberos

I am trying to configure PAM with LDAP and Kerberos for authentication. Command id <username> is working fine so LDAP seems to be working fine and also kinit is working (followed by klist) and ...
4
votes
3answers
4k views

Where are passwords stored?

How do you figure out where are user's passwords stored, for users that can login? I know the system is using LDAP for users (username, home path, etc.), but it doesn't contain any kind of passwords. ...