Karthik
Karthik
I did try `client.destroy();` But I still get the error on production machines. Many thanks, Karthik
All i get is this below message. ``` events.js:167 --  | throw er; // Unhandled 'error' event  | ^  |   | Error: read ECONNRESET  | at TCP.onStreamRead (internal/stream_base_commons.js:111:27)  | Emitted...
Any solution for this error. I am still getting this on production. Thank you,
No I am just getting User Groups. Let me share the code that I am using. ``` this.adSuffix = "OU=Employees,OU= Users,DC=,DC=com"; const searchOptions = { scope: "sub", filter: `(cn=${_this.options.getACLForUser})`, attributes:...
@tastypackets Thank you so much for detailed testing and explanation. Looks like switching to ldapts is the best option, and looks like no one maintains this code base. I will...
@juckerf In our company we have similar applications written on Spring framework. We use this class https://docs.spring.io/spring-ldap/docs/current/apidocs/org/springframework/ldap/core/support/LdapContextSource.html The Java applications that our team wrote with this class are working well...
@juckerf https://github.com/joyent/node-ldapjs/issues/498 Earlier you linked the above issue with this one. Any solution on the core ldapjs library to this connection issue? Thank you.