June 2016
Beginner
456 pages
9h 31m
English
So, we have installed and configured our own centralized auth server with LDAP. Now is the time to use LDAP to authenticate client logins. In this recipe, we will set up a separate Ubuntu server to use our LDAP server for authenticating users.
You will need a new Ubuntu server to be set as an LDAP client. Also, sudo privileges are needed for the initial setup.
Make sure you have followed the previous recipes and have set up your LDAP server.
$ sudo apt-get update $ sudo apt-get install ldap-auth-client nscd
Read now
Unlock full access