LDAP System Authentication in Ubuntu
- by andrew
Hi,
I'm having a bit of an issue with system authentication against LDAP in Ubuntu.
The LDAP server is OpenLDAP on Ubuntu 10.10, and the client is Ubuntu 10.10 also. I've set up the client by following the "LDAP Authentication" steps at https://help.ubuntu.com/10.10/serverguide/C/openldap-server.html
apt-get install libnss-ldap; auth-client-config -t nss -p lac_ldap; pam-auth-update
I've done these steps on the server and been able to see LDAP users when running getent passwd. Doing the same steps on the client, getent passwd does not return any LDAP users.
Any ideas?