vesse / node-ldapauth-fork

Simple node.js module to authenticate against an LDAP server
Other
127 stars 79 forks source link

No connect handler unless reconnect or adminBindOnConnect are true #72

Closed theasp closed 5 years ago

theasp commented 5 years ago

This should prevent the double bind issue with "one-shot" usage, and any bindings triggered before connecting when reconnect is used.

vesse commented 5 years ago

Thanks, but I ended up merging and publishing vesse/node-ldapauth-fork#71 which, as you know from discussion in vesse/node-ldapauth-fork#69, solves the same problem.