Setting up LDAP on Ubuntu Server and Ubuntu Client
Mar 30, 2024 · 2 min read · Setting up LDAP on Ubuntu Server Install slapd and ldap-utils sudo apt update -y sudo apt install slapd ldap-utils -y Configure slapd sudo dpkg-reconfigure slapd Select No for "Omit OpenLDAP server configuration". Set the DNS domain name to examp...
Join discussion