Understanding a service well enough to troubleshoot it is an important skill as a System Administrator. In this lab, we’ll go over troubleshooting an LDAP installation.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Set the system up so that ‘ldapuser3’ can log in over ssh.
authconfig --updateall --enableldap --enableldapauth
- Change the password for ‘ldapuser3’.
ldappasswd -H ldap://localhost -x -D "cn=ldapadm,dc=example,dc=com" -W -S "uid=ldapuser3,ou=People,dc=example,dc=com"