June 2016
Beginner
456 pages
9h 31m
English
In the previous recipe, we installed the LDAP service, but working with LDAP using the command line interface is quite a complex and lengthy task. This recipe covers the installation of a user interface, phpLDAPadmin. The phpldapadmin package provides an easy-to-use web-based user interface for the LDAP service.
Make sure that you have the LDAP service installed and running.
Follow these steps to install phpLDAPadmin:
$ sudo apt-get install phpldapadmin
Read now
Unlock full access