June 2016
Beginner
456 pages
9h 31m
English
This recipe covers the installation and initial configuration of LDAP. The Ubuntu package repository makes the installation easy by providing the required packages for the LDAP service.
You will need access to a root account or an account with sudo privileges.
Let's start with installing the LDAP package and helper utilities:
apt-get update command and then install the OpenLDAP package, slapd:$ sudo apt-get update $ sudo apt-get install slapd ldap-utils
Read now
Unlock full access