simple-ldap-auth
v1.1.0
Published
Very LIGHTWEIGHT LDAP/AD Authentication (compiles on Windows)
Readme
simple-ldap-auth
Very lightweight LDAP / Active Directory authentication.
Usage
For Express 4.x
Copy example_middleware/authentication.js to your project to /helpers/authentication.js.
Add the following lines to your app.js:
var authentication = require('./helpers/authentication');
app.use('/', authentication );Modify server credentials in /helpers/authentication.js
