Directory Services

Extended Operations

The ldap_extended_operation function allows a client to send an extended request (free for all) to an LDAP 3 server. The feature is open and the client request can be for any operation, requiring single or multiple responses.

Due to the open nature of the request, the client must call ldap_close_extended_op to terminate the request.