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

LDAP authentication library for Node.JS

Results 8 node-ldapauth issues
Sort by recently updated
recently updated
newest added

As far as AD is concerned, it's okay to have cycles in the group graph. The search function should not recurse infinitely when it encounters such a configuration.

Support authentication against LDAP servers on a UNIX socket

New nodejs uses node-gyp instead of node-waf (currently node-waf is used in this project). Could you update installation scripts to use node-gyp .

``` javascript [1/2] cxx: ldapauth.cc -> build/Release/ldapauth_1.o ../ldapauth.cc:42:25: fatal error: node_events.h: No such file or directory compilation terminated. Build failed: -> task failed (err #1): {task: cxx ldapauth.cc -> ldapauth_1.o}...

Note: this is on 1686 machine. I did build the module on the machine. node version: v0.3.2-pre When I run the example script, with my credentials and server info, it...

while running my app I got: Error: /vendor/ldapauth.node: invalid ELF header

If right attribute data is given, it works without any errors and stays put: $ ./example.js Auth: true But, if wrong attributes are given, it fails as expected, but aborts...

Would it be possible for node-ldapauth to do authentication on attributes on a users ldap record for example their email address and use another account to do the intial bind...