Initial Release 6

Function : LDAP
ldap_get_option - Used to get LDAP session preferences.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_get_option(
LDAP *ld,
int optionToGet,
void *optionValue);

Description :

This function is used to access the current value of various session-wide parameters.
Parameters :

See Also :

ldap_controls_free
----------------------------------------------------------------------------------------------------------