Merge pull request #393 from cloudron-io/master

doc: more explanation about unbind
This commit is contained in:
James Sumners 2019-08-24 21:24:54 -04:00 committed by GitHub
commit cf49ee03f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -387,6 +387,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) {