node-LDAP icon indicating copy to clipboard operation
node-LDAP copied to clipboard

LDAP binding for node.js

Results 17 node-LDAP issues
Sort by recently updated
recently updated
newest added

This PR: * fixes the compilation errors when compling with node12 * If you are using linux and are compiling with node10 or above it'll use a prebuilt version of...

This code fails to build when using Node 12. I tried forking the code and doing a simple update on the nan version, but the build still fails.

This fixes a bug where uv_poll_stop was called twice on a handle. Explanation of the bug: In the OnDisconnect callback, it calls uv_poll_stop to stop watching the handle. Later, in...

Hi, I'm having a strange problem with your library. Basically sometimes (it seems random) calling a search command I've the following error: ``` console debug: Getting users from LDAP node:...

``` A lot of firms will use their own Certificate Authority on their internal network. When using such a setup previously the only option was to turn certificate validation off....

Hello trying to perform a lookup, but always getting authentication issue because it seems the ldap-client is not using the given authentication params (binddn & password). var LDAPSERVER = new...

TypeError: ldap.sync is not a function

I surely miss something. I use `slapd` on `debian 8`. When I put `this.bind` into `connect`, it never finishes (even if I put `connecttimeout` to 1 or 10 or whatever)....

I get Protocol Error when I add user but successful in binding to admin. Please let me know what did I missed. Here is my code: `var LDAP = require('ldap-client');`...

Hi, Is there any place where I can find how to build a Docker image with Node and this library ? I'm having issues running it with `node:8.7.0-alpine`. I get...