simple-ldap-auth

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i simple-ldap-auth

Weekly Downloads

19

Version

1.1.0

License

none

Last publish

Collaborators

  • keetraxx