node-ldapjs
node-ldapjs copied to clipboard
LDAP Client and Server API for node.js
Thank you very much for this excellent module. Please consider my pull request: I would need this in order to be able to use ldapjs with an pre-existing SocksClient socket...
Calling `client.search(base,opts, function(err, res){})` with a malformed filter (e.g. `(uid=)`) means you can't clean up the client connection without triggering an error as the outstanding search message's error callback is...
Reference `http://ldapjs.org/guide.html` to add user, but command report error: ``` shell /etc/passwd LDAP server up at: ldap://0.0.0.0:1389 node:events:368 throw er; // Unhandled 'error' event ^ Error: spawn useradd ENOENT at...
Dear @ldapjs team, In first, I wish you a Happy New Year! 20 November 2008: CRAM-MD5 to Historic: - https://tools.ietf.org/html/draft-ietf-sasl-crammd5-to-historic-00 29 June 2017: CRAM-MD5 to Historic: - https://tools.ietf.org/html/draft-zeilenga-luis140219-crammd5-to-historic-00 July 2011:...
hi all, i have generated self-signed certificate and i have used following code snippet to access certificates on same machine while using ldaps:/// var tlsOptions = { // This is...
Hi! I'm implementing the feature of forcing password change on first login, when a user is added or when admin is changing user's password. I set ds-cfg-force-change-on-add and ds-cfg-force-change-on-reset to...
This PR fixes #329. This is a small improvement over the code changes proposed in the thread of https://github.com/ldapjs/node-ldapjs/issues/329, which break the server.test. There is no test included because the...
Accentued characters and some currency characters can't be use with the password field (unicodePwd )
Hi guys, i'm trying to use accentueted characters in the password field. It seem's to me that accentuated characters like "éàäü and some currency characters € and £ aren't sent...
Rocket.chat use node-ldapjs library to work with LDAP protocol, I'm getting this error and I have no clue what could be wrong: {"level":50,"time":"2021-11-05T05:59:24.911Z","pid":1036,"hostname":"node47660-env-0554189.mg01.paas.massivegrid.net","name":"LDAP","section":"Connection","err":{"type":"VError","message":"Parser error for 3__ldap://185.85.241.129:389: Expected 0x2: got 0x63","stack":"VError:...
fix #765