cabrel-ad

1.0.1 • Public • Published

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'
};

Readme

Keywords

none

Package Sidebar

Install

npm i cabrel-ad

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cabrel