LDAP System Authentication in Ubuntu

Posted by andrew on Server Fault See other posts from Server Fault or by andrew
Published on 2010-12-28T19:38:45Z Indexed on 2010/12/28 19:55 UTC
Read the original article Hit count: 439

Filed under:
|
|

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?

© Server Fault or respective owner

Related posts about ubuntu-server

Related posts about ldap