We shall now start to install and configure LDAP on the Ubuntu server:
-
We will first update the package list on the server from Ubuntu's repositories to get information about the latest versions of all the packages and their dependencies:
sudo apt-get update
-
Now, run the command to install the slapd package and some associated utilities, and ldap-utils to install the LDAP server:
- During the installation process, when prompted, enter and confirm an administrator password, which will be used for the administrator account of LDAP. Configure a password of your choice and proceed with the installation process.
- Once the ...