-
### Actual result
```javascript
> require('ldapjs').parseDN('cn=проба,ou=пера,dc=example,dc=com').toString()
'cn=\\d0\\bf\\d1\\80\\d0\\be\\d0\\b1\\d0\\b0,ou=\\d0\\bf\\d0\\b5\\d1\\80\\d0\\b0,dc=exam…
-
Randomly i m getting following error.
at node_modules/activedirectory2/node_modules/async/dist/async.js:318:36
at GroupMembersForDN [as callback] (/node_modules/activedirectory2/lib/components…
-
Hi,
During the last days i have a lot of customer which has few problems.
In general i feel like there is some connection which left open.
I have some sync process which send sometime a lot of queries…
-
When the ldap server receives unknown/unhandled packets/requests, the daemon might abort with a fatal error und the ldap service is dead.
Here the stack trace ejected when the daemon did stop.
I d…
-
Hi I wanted to know if it was possible to implement the actions for insertion, modification and deletion just like it happens in Apache Directory Studio. and need a hand for development I can contribu…
-
When using pagination on a ldap search, the page event is usually called with `this.emit('page', res, cb)`.
But when no result is available the passed arguments are`this.emit('page', nullCb)`.
I t…
-
In 3.x, req.dn has become a string in Server.bind handlers instead of the DN Object. Server.search route handler still has req.dn has an object.
Example:
```
var ldap = require('ldapjs');
var…
-
**Please enter the following details**
Copy and paste project info : [Youtube Video](https://www.youtube.com/watch?v=AUSNN-RCwhE)
or
please provide the following details :
NocoDB used as do…
-
Hi,
I have just loaded in my ldap db to ldapjs-riak however it stopped loading halfway through. Then when i tried even a basic search it failed.
When I repeated the search on the command line using …
-
After adding role mapping and group base/filter to my ldap config in docker compose file, authentication no longer works.
```
environment:
- PROVIDERS__LDAP__STRATEGY=LdapStrategy
…