Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit fae19b8

Browse files
committed
doc: more explanation about unbind
1 parent 7059cf6 commit fae19b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/client.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,13 @@ Example:
375375

376376
Performs an unbind operation against the LDAP server.
377377

378+
Note that unbind operation is not an opposite operation
379+
for bind. Unbinding results in disconnecting the client
380+
regardless of whether a bind operation was performed.
381+
382+
The `callback` argument is optional as unbind does
383+
not have a response.
384+
378385
Example:
379386

380387
client.unbind(function(err) {

0 commit comments

Comments
 (0)