vesse / node-ldapauth-fork

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

fixed failure to handle connectTimeout event #49

Closed wickedest closed 7 years ago

wickedest commented 7 years ago

I found that ldap clients were emitting {{connectTimeout}} events (I was being throttled I suppose) but the ldapauth-fork was not handling them. see: https://github.com/mcavage/node-ldapjs/blob/7059cf6b8a0b4ff4c566714d97f3cef04f887c3b/lib/client/client.js#L1226

vesse commented 7 years ago

Thanks! Sorry for the delay, I was traveling the whole July

wickedest commented 7 years ago

@vesse - thanks, would you mind cutting a release?

vesse commented 7 years ago

@wickedest should be included in latest release https://github.com/vesse/node-ldapauth-fork/releases/tag/v4.0.2