Skip to content

Fix LDAP connection with AD when idling

Luc Didry requested to merge fix-ldap-econnreset into master

Periodically, the LDAP connection with an AD throws an error, due to idling:

Error: read ECONNRESET
  at exports._errnoException (util.js:1020:11)
  at TCP.onread (net.js:568:26)

Merge request reports