promised-ldap icon indicating copy to clipboard operation
promised-ldap copied to clipboard

A thin wrapper over ldapjs to give a promise interface and authentication helpers.

Results 11 promised-ldap issues
Sort by recently updated
recently updated
newest added

Hi everyone, First of all, thank you @CKarper and @sjmeverett for creating this simple and amazing ldap package. After I run a few testing using the package, I discover error...

Add starttls to the list of wrapped methods.

This fixes a bug we'd noticed where [certain upstream errors](https://github.com/joyent/node-ldapjs/blob/bb2d018b2c6e9cdfba7102091b8a2008f37d4f2c/lib/client/client.js#L1433-L1436) are handled by returning only a single result, instead of two. We were seeing unexpectedly-handled promises as a result of...

Exposed ldapjs to enable access for example to `Change`. Fixes also https://github.com/stewartml/promised-ldap/issues/4

How do I supply the username to this call? I'm getting InvalidDistinguishedNameError My DistinguishedName is not my username that I'd use in a .bind call. How do you get the...

When the server details you are connecting to are not correct, say, hostname or port etc are not valid, it manifests as a 'connect ECONNREFUSED' error and terminates the running...

Previously, a SizeLimitExceededError (aka the "expected" result for setting a limit on number of results) would cause the Promise to be rejected. This PR adds a check on whether the...

First of all, thanks for making this. Great work. I'm trying to pass the following `paged` object into the search method and as a result the request times out: ```...

starttls does not appear to be promisified `client.starttls({}, [], callback)`

This module is awesome! It worked perfectly authenticating a user. I only wish I had found it sooner. 👍 Thanks @stewartml !