-
I have configured LDAP auth what works fine, but the app crashes after few minutes without any error in UI. Strange as configuration is correct and user can login and use the app
events.js:165
…
vitas updated
4 years ago
-
I am using this module via passport-ldap. The directory I am working with is setup with referrals to a second LDAP server.
The library is unable to chase the referrals to the target server.
Is thi…
zabhi updated
4 years ago
-
Hi Team,
I have a requirement to create a user and set its default password using Node.js. I'm encountering an issue while attempting to set the password after creating the user. Both the "Add" and …
-
I was trying to run a ldap server instance referred by the [example](http://ldapjs.org/guide.html#add) provided by the ldapjs documentation with Node.js v20.
```javascript
server.add('ou=users, o=m…
-
Hi,
I'm triyng to catch all the possible errors for my AD LDAP query.
If I put an invalid or inaccessible url or basedn the library correctly calls my callback with a non-null err parameter.
When I is…
-
Hi ,
Thanks for this great package.
Can you show me how do i use paging after 1000 records.
-
Your Rocket.Chat version: 0.40
Unable to merge with existing user using LDAP sync.
[34mI20160928-12:35:51.781(5.5) rocketchat:ldap sync.js:184 [31mLDAPSync ➔ error Error creating user { [Error: Ema…
-
I really love this program however I am getting constant crashing once I enable LDAP.
events.js:174
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStre…
-
If you know how to fix the issue, make a pull request instead.
- [ ] I have a question that is inappropriate for [StackOverflow](https://stackoverflow.com/). (Please ask any appropriate questions,…
-
EDIT:
My environment
osixia/openldap + ldapjs:3.0.5
the error is happening on a LDAP SEARCH query
------
File `./lib/client/client.js` Line 1260
```
let event = msg.constructor.name
// G…