nerdexam
F5

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

Section 5: Troubleshoot APM

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)
  • A
    6% (2)
  • C
    90% (28)
  • D
    3% (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

#LDAP connectivity#Authentication#BIG-IP APM#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full 304 Practice