This guide summarizes a standard OpenLDAP installation on Linux.
sudo apt update
sudo apt install -y slapd ldap-utils
sudo dpkg-reconfigure slapd
Set the base DN, admin password, and database backend.
systemctl status slapd
ldapsearch -x -LLL -H ldap://localhost -b dc=example,dc=com
Feel free to contact us. Find all contact information on our contact page.