auth0 / passport-windowsauth

Windows Authentication strategy for Passport.js
MIT License
178 stars 54 forks source link

Don't log error that ldapjs will handle. Destroy non-reused ldap client #47

Closed carlnc closed 7 years ago

carlnc commented 7 years ago
  1. Don't log ECONNRESET when we know ldapjs will handle it.
  2. Destroy non-reused ldap client when validating user/pass.
jfromaniello commented 7 years ago

good stuff!