1. Citrix ADC Documentation - Monitors: The official documentation details the different types of monitors. The LDAP monitor is described as the appropriate tool for checking LDAP servers
including Active Directory. It lists the parameters mentioned in the correct answer.
Source: Citrix Product Documentation
"Monitors".
Reference: In the "Built-in Monitors" section
the description for the LDAP monitor states it sends an LDAP query to the server to check its health. The configurable parameters include Base DN
Bind DN
Filter
and Attribute.
2. Citrix ADC Documentation - Load Balancing LDAP: This guide explains how to load balance LDAP services and explicitly recommends using an LDAP monitor for health checks.
Source: Citrix Product Documentation
"Load balancing LDAP servers".
Reference: The section on "Configure a monitor to check the health of the LDAP servers" details the steps to create an LDAP monitor
specifying the use of Base DN
Bind DN
and Password to perform an authenticated check.
3. Citrix ADC Command Reference - add lb monitor: The command-line reference for creating monitors confirms the parameters available for an LDAP monitor.
Source: Citrix ADC 13.1 Command Reference
add lb monitor.
Reference: For type LDAP
the reference lists parameters such as -ldapBaseDN
-ldapBindDN
-ldapBindPassword
-ldapSearchFilter
and -ldapAttribute
which directly correspond to the components of the correct answer.