OpenLDAP client setup
Step -1 : Configuring hostname & FQDN
sudo sh -c 'echo "19.168.146.134 ldapserver.rookie.com" >> /etc/hosts'ping ldapserver.rookie.comStep -2 : Installing required packages
$> sudo apt update && sudo apt install libnss-ldap libpam-ldap ldap-utils nscd -y







Step -4 : Configuring OpenLDAP client





Last updated