LDAPjs No Python version
LDAPjs makes the LDAP protocol a first class citizen in Node.js.
Major changes
No need Python installation. The original version uses a [bunyan] logger which requires Python installation. This version uses a [winston] logger and doesn't require any additional stuff to install
Usage
For full docs, head on over to http://ldapjs.org.
var ldap = ; var server = ldap; server; server;
To run that, assuming you've got the OpenLDAP client on your system:
ldapsearch -H ldap://localhost:1389 -x -b dc=example objectclass=*
Installation
npm install ldapjs
License
MIT.