ldapjs-elasticsearch

0.0.2 • Public • Published

Node ldap elasticsearch

Convert ldap query (from ldapjs project) to elastic search query. With few code, you create a ldap server wich ask question to your elastic search index.

Imagine querying from your mail client to your intranet data stored in a classic storage (mysql, mongodb …)

What you can do

  • or, and, equality, substr filters

What you can't do

  • there is a bug with not
  • no authentification for now

What will never work

  • no equivalent for >= and <=

Install and test

npm install .

npm test

Example

There is a simple example in the example/addressbook folder.

Dependencies

The example use elastical, but the query conversion is agnostic.

Licence

MIT.

/ldapjs-elasticsearch/

    Package Sidebar

    Install

    npm i ldapjs-elasticsearch

    Weekly Downloads

    2

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • athoune