Setting up LDAP on Ubuntu Server and Ubuntu Client
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...
abhiranjan.hashnode.dev2 min read