304 · Question #74
When validating connectivity to an LDAP server, which command-line tool can be used on BIG-IP APM to perform an LDAP search and retrieve information from the server?
The correct answer is C. ldapsearch. ldapsearch is the correct tool because it is a standard command-line utility (part of the OpenLDAP suite) specifically designed to query LDAP directories - it lets you bind to an LDAP server, issue search filters, and inspect returned attributes, making it ideal for validating co
Question
When validating connectivity to an LDAP server, which command-line tool can be used on BIG-IP APM to perform an LDAP search and retrieve information from the server?
Options
- Aadtest
- Bradiusd
- Cldapsearch
- Dauthd
How the community answered
(31 responses)- A6% (2)
- C90% (28)
- D3% (1)
Explanation
ldapsearch is the correct tool because it is a standard command-line utility (part of the OpenLDAP suite) specifically designed to query LDAP directories - it lets you bind to an LDAP server, issue search filters, and inspect returned attributes, making it ideal for validating connectivity and data retrieval on BIG-IP APM. adtest (A) is an F5-specific tool for testing Active Directory authentication, not for raw LDAP queries. radiusd (B) is the RADIUS daemon, used for RADIUS-based authentication - a completely different protocol. authd (D) is an internal F5 authentication daemon that handles backend auth processing, not a user-facing diagnostic tool.
Memory tip: The name gives it away - ldapsearch literally searches LDAP. If you need to search an LDAP server, the tool is ldapsearch.
Topics
Community Discussion
No community discussion yet for this question.