LFCS · Question #136
Which of the following are valid LDAP client commands? (Choose TWO correct answers.)
The correct answer is A. ldappasswd D. ldapwhoami. ldappasswd and ldapwhoami are valid LDAP client commands used for password management and user identity verification, respectively.
Question
Options
- Aldappasswd
- Bldapbrowser
- Cslapcat
- Dldapwhoami
- Eslaptest
How the community answered
(40 responses)- A95% (38)
- B3% (1)
- C3% (1)
Why each option
`ldappasswd` and `ldapwhoami` are valid LDAP client commands used for password management and user identity verification, respectively.
`ldappasswd` is a standard command-line utility used by LDAP clients to securely change a user's password in an LDAP directory.
`ldapbrowser` is typically a graphical user interface (GUI) tool for browsing LDAP directories, not a command-line utility.
`slapcat` is an OpenLDAP *server* utility used to dump the contents of an `slapd` database, not an LDAP client command.
`ldapwhoami` is a standard command-line utility used by LDAP clients to query the LDAP server and determine the identity of the currently authenticated user or the bind Distinguished Name.
`slaptest` is an OpenLDAP *server* utility used to check the syntax and validity of `slapd` configuration files, not an LDAP client command.
Concept tested: LDAP client command-line utilities
Source: https://www.openldap.org/software/man.html
Topics
Community Discussion
No community discussion yet for this question.