Install phpLDAPadmin to Manage LDAP with a Web Interface
We are going to learn how to administer LDAP using the web interface though you can do that using the command line.phpLDAPadmin provides this functionality thus we are going to install it to help us remove some of the friction of learning the LDAP tools. You can install the phpLDAPadmin package by typing: sudo apt-get […]
How to install and configure OpenLDAP on Ubuntu 14.04 Server
LDAP, or lightweight directory access protocol, is a protocol designed to manage and access associated information in a centralized, hierarchical file and directory structure. It operates like a relational database , but this does not hold true for everything. The hierarchical structure part is the main difference in how the database is related. As it […]