ildap
v1.1.3
Published
Based on https://github.com/zont/ldapjs-client
Downloads
52
Readme
LDAP client wrapper
Based on https://github.com/zont/ldapjs-client
Example usage
import LDAPFactory from 'ildap';
const ldapFactory = new LDAPFactory();
const ldapResource = await ldapFactory.getLDAPResource();
const resourceUrl = await ldapResource.lookup('com.iconicompany.apps.testapp.db');