From fae19b8b58f113f703b1bcc8010266e88af09622 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 16 Oct 2016 10:46:19 -0700 Subject: [PATCH] doc: more explanation about unbind --- docs/client.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/client.md b/docs/client.md index fda6995..893a958 100644 --- a/docs/client.md +++ b/docs/client.md @@ -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) {