doc: more explanation about unbind

This commit is contained in:
Girish Ramakrishnan 2016-10-16 10:46:19 -07:00
parent 7059cf6b8a
commit fae19b8b58
1 changed files with 7 additions and 0 deletions

View File

@ -375,6 +375,13 @@ Example:
Performs an unbind operation against the LDAP server. Performs an unbind operation against the LDAP server.
Note that unbind operation is not an opposite operation
for bind. Unbinding results in disconnecting the client
regardless of whether a bind operation was performed.
The `callback` argument is optional as unbind does
not have a response.
Example: Example:
client.unbind(function(err) { client.unbind(function(err) {