I have googled without success in finding an 'easy to understand' list of the following ldap options that can be set with ldap_set_option() function:
[FONT=courier new]
LDAP_OPT_DEREF,
LDAP_OPT_SIZELIMIT,
LDAP_OPT_TIMELIMIT,
LDAP_OPT_PROTOCOL_VERSION,
LDAP_OPT_ERROR_NUMBER,
LDAP_OPT_REFERRALS,
LDAP_OPT_RESTART,
LDAP_OPT_HOST_NAME,
LDAP_OPT_ERROR_STRING,
LDAP_OPT_MATCHED_DN,
LDAP_OPT_SERVER_CONTROLS,
LDAP_OPT_CLIENT_CONTROLS
[/FONT]
Does anyone have knowledge of such a list?
Thanks!