-
Hello Devs.
I'm trying to connect to our ldap server who forces the ldap connection on port 389 being tls. When i try to connect i get:
```
Enabling LDAP
Exception while invoking method 'login' Erro…
ghost updated
8 years ago
-
I have created a non-COAL Setup of sdc-docker.
I am able to do a docker pull successfully, but I am not able to start a Docker Container:
```
docker run -it busybox
Error response from daemon: could …
sony2 updated
8 years ago
-
Trying to run the application I get:
```
Error: Cannot find module 'ldapjs-hotfix'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Mo…
-
I'm not familiar with node, so I need a lot of code reading to get answer on my question. Any help would be appreciate.
In short, I'd like to use ldapjs on client side, i.e. in browser. The only prob…
ghost updated
9 years ago
-
It appears that getGroupMembershipForUser is bringing back 0 groups for users that have quotes in their CN ie (Smith, William "Bill").
The line `if (! groups) console.log('User: ' + element + ' not f…
-
Hello, can you please provide an example that:
Sets up a memory-backed LDAP service.
Loads (ie) two users.
Sets up an LDAP client
Connects to server
Authenticates two users.
Thanks.
-
I think it would help if there was a switch to https://github.com/mcavage/node-ldapjs instead of node-ldap
node-ldapjs does not require the openldap libraries.
If I get time I will try to do this.
-
I think we need to create a `package.json`, see [here](http://howtonode.org/managing-module-dependencies). Dependencies I have figured out until now: `restify` and `ldapjs`.
---
- Bitbucket: https://…
-
I'm going to start off by saying that I'm not LDAP expert so this may be user error, if so please advise.
I've been using other libraries (https://github.com/jeremycx/node-LDAP) for LDAP authenticati…
-
This may seem a little obvious but I just spent the last couple of hours trying to find out why npm was having trouble installing ldapjs...