ldap auth service
npm install @kronos-integration/service-ldap








ldap
* ServiceLDAP
* search
* Parameters
* authenticate
* Parameters
* name
Extends Service
LDAP
Execute a query.
#### Parameters
* request Object
Returns Promise<Object> result
Authorize with username and password.
#### Parameters
* props Object
* props.username string
* props.password string
Returns Promise<Set<string>> entitlements
Returns string 'ldap'
With npm do:
``shell``
npm install @kronos-integration/service-ldap
BSD-2-Clause