diff --git a/docs/client.md b/docs/client.md index d77669f..0aa20f7 100644 --- a/docs/client.md +++ b/docs/client.md @@ -387,6 +387,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) {