node-ldapjs
node-ldapjs copied to clipboard
client should not clear 'unbind' status on disconnect
The unbind flag, used to prevent automatic reconnect during manual unbind, is cleared at the end of the disconnect process. This state could be useful for examining disconnect client state during postmortem debugging. It should not be discarded as it is now.