1.0.1 • Published 10 years ago

cabrel-ad v1.0.1

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

cabrel-ad

Wrapper around LDAP.js. Aims to remove a lot of the boiler plate associated with AD integration

test/_config.js format:

exports.bindConfig = {
  url: 'ldap://domain.fqdn/DC=domain,DC=fqdn',
  base: 'DC=domain,DC=fqdn',
  bindDN: 'username',
  bindCredentials: 'password'
};

exports.validateConfig = {
  username: 'testUsername',
  password: 'testPassword'
};

exports.lookupConfig = {
  username: 'userToFind'
};