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

Commit cf49ee0

Browse files
authored
Merge pull request #393 from cloudron-io/master
doc: more explanation about unbind
2 parents 88e4374 + fae19b8 commit cf49ee0

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
@@ -387,6 +387,13 @@ Example:
387387

388388
Performs an unbind operation against the LDAP server.
389389

390+
Note that unbind operation is not an opposite operation
391+
for bind. Unbinding results in disconnecting the client
392+
regardless of whether a bind operation was performed.
393+
394+
The `callback` argument is optional as unbind does
395+
not have a response.
396+
390397
Example:
391398

392399
client.unbind(function(err) {

0 commit comments

Comments
 (0)