E

egg-ldapjs

未知 59d7a0a6 fanwh提交了 · no message

egg-ldapjs

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-ldapjs --save

Usage

// {app_root}/config/plugin.js
exports.ldapjs = {
  enable: true,
  package: 'egg-ldapjs',
};

Configuration

// {app_root}/config/config.default.js
exports.ldapjs = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT