@csquare/ldapjs-client
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@csquare/ldapjs-client

GitHub license npm

Promisified version of the ldapjs package with additional typings.

Acknowledgments

This library heavily relies on the ldapjs package. Please see http://ldapjs.org/ for the complete detailed usage.

Installation

Install with npm:

npm install --save @csquare/ldapjs-client

Install with Yarn:

yarn add @csquare/ldapjs-client

Usage

import { createClient } from '@csquare/ldapjs-client';

(async () => {
  const options = {};
  const client = createClient(options);
  await client.bind(/* args */);
})();

Dependencies (2)

Dev Dependencies (9)

Package Sidebar

Install

npm i @csquare/ldapjs-client

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

18.6 kB

Total Files

10

Last publish

Collaborators

  • valentin-pollart
  • csquare-bot