ExtendedResponse Event
Fired for LDAP V3 Extended Responses.
Syntax
ldap.on('ExtendedResponse', [callback])
Callback
The 'callback' is called when the 'ExtendedResponse' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.messageId e.DN e.resultCode e.description e.responseName e.responseValue (buffer)
Remarks
The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.