-
Since node-ldapauth requires binary modules there is a full javascript version of an ldap client and server, LDAPJS, is there a way to use that instead of node-ldapauth for ldap authentication?
-
webpack build hang after 100% process:
```
[00:25:00] Finished 'webpack:build' after 11 s
webpack:config 48767 [*] Build progress 100% (complete)
```
Tried all the links I googled, changed multiple …
-
when I start stf by command:stf lcoal,output:
root@dupeng-OptiPlex-3020:/home/dd/zeromq-4.1.4# stf local
INF/util:procutil 20880 [_] Forking "/usr/lib/node_modules/stf/lib/cli.js migrate"
INF/db 208…
-
Hi there,
Are there any methods in this api to edit users in an ActiveDirectory?
-
if you have a user with password "Qwerty1" and send a password that is lets say "Qwerty1yidgfsdkfsdk" it will still return your user as long as you have your password first in the string.
-
After finally getting through the v1db1 authentication error, I got stuck at this one, and I have no idea what to try next :(
```
I20150826-14:23:02.399(2)? Exception while invoking method 'login' In…
-
Many LDAP attributes (eg. cn, givenName) are defined as defaulting to case-insensitive when it comes to applying filters. However:
```
> ldap = require('ldapjs')
> filter = ldap.parseFilter('(cn=*bob…
-
```
/opt/cis/services/userservice.js:235
if(data.type == 'club' && data.keyPermissions[config.doorkeys[i]]){ //if is
…
-
Could you please upgrade your dependency
```
"ldapjs": "^0.7.1"
```
to
```
"ldapjs": "^1.0.0"
```
-
Hi!
first of all, great job!
I have the next code, and I was searching on the issues panel for this problem, and my code is the next:
```
var ActiveDirectory = require('activedirectory');
var url =…