Symbolic Value : LDAP
LDAP_OPT_xxx (on/off) - LDAP library automatic referral control.
----------------------------------------------------------------------------------------------------------
#include <ldap.h>
Symbolic Values :
LDAP_OPT_ON - LDAP library automatically controls referrals
LDAP_OPT_OFF - LDAP library does not automatically control referrals
Description :
LDAP_OPT_REFERRALS controls whether the LDAP library automatically controls referrals (LDAP_OPT_ON) or not (LDAP_OPT_OFF).
See Also :
ldap_get_option
----------------------------------------------------------------------------------------------------------