SearchResultReference Event
Fired for every result reference returned from a search operation.
Syntax
ldap.on('SearchResultReference', [callback])
Callback
The 'callback' is called when the 'SearchResultReference' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.messageId e.ldapUrl
Remarks
MessageId identifies the corresponding search request. LdapUrl contains a URL reference to server that can be used for continuing the search operation.
Every search operation results in a sequence of 0 or more SearchResult events, a sequence of 0 or more SearchResultReference events, followed by a SearchComplete event.