doc: more explanation about unbind
This commit is contained in:
parent
7059cf6b8a
commit
fae19b8b58
|
@ -375,6 +375,13 @@ Example:
|
|||
|
||||
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:
|
||||
|
||||
client.unbind(function(err) {
|
||||
|
|
Loading…
Reference in New Issue