1.1.0 • Published 9 years ago

simple-ldap-auth v1.1.0

Weekly downloads
99
License
-
Repository
-
Last release
9 years ago

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

1.1.0

9 years ago

1.0.20

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.9

10 years ago