node-ldapjs
node-ldapjs copied to clipboard
LDAP Client and Server API for node.js
Dear @ldapjs team, In first, I wish you a Happy New Year! Can you add supports of: - SCRAM-SHA-1 - SCRAM-SHA-1-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS -...
Hello there is a problem with this library when using strict mode. `(node:16368) UnhandledPromiseRejectionWarning: TypeError: Cannot set property value of [object Object] which has only a getter at PagedResultsControl.Control (ldapjs\lib\controls\control.js:29:13)...
The client integration tests do not cover the majority of available LDAP filter types. The integration test suite should be improved such that it covers at least one case for...
It does not appear that LDAP signing is supported for simple binds. Can support for this be added? This is commonly configured in more recent Active Directory installs as described...
We are getting this exception from ldapJS when the LDAP filter string length exceeds the configured filter string size limit at LDAP end. Observation - Unhandled exception from ldapJS (mentioned...
Hello There i just got started with ldapjs and there doesn't seem to be a fine example of how to use starttls `https://github.com/ldapjs/node-ldapjs/blob/master/docs/client.md#starttls` Doc says usage is `starttls(options, controls, callback)`...
 ` const clientOps = { BASE_DN: "dn=admin,dc=example,dc=com", bindCredentials: "123456", bindDN: "dc=example,dc=com", host: "127.0.0.1", port: "389", queryCriteria: "dn", url: "ldap://127.0.0.1/cn=admin,dc=example,dc=com", } const client = ldap.createClient(clientOps); let i = 1; client.on('error',...
This work will be very similar to #797.
Using the `apacheds` image, https://github.com/ldapjs/docker-test-apacheds/pkgs/container/docker-test-apacheds/apacheds, we should add proper integration tests for the ServerSideSort control. These tests will verify that we are sending the sort control request correctly, and verify...
GSSAPI
Just wondering if there is any plans to ever support GSSAPI for authentication