1.1.5.2 LDAP options

get_option(option)
This function returns the value of the LDAPObject option specified by option.

set_option(option, invalue)
This function sets the value of the LDAPObject option specified by option to invalue.

manage_dsa_it(enable, [, critical=0])
Enables or disables manageDSAit mode (see draft-zeilenga-ldap-namedref) according to the specified integer flag enable. The integer flag critical specifies if the use of this extended control is marked critical.

Note This method is somewhat immature and might vanish in future versions if full support for extended controls will be implemented. You have been warned!