Conrad de Kerckhove
Conrad de Kerckhove
The docs give the impression that something like this is possible: ``` var my_log = bunyan.createLogger({ name: 'ActiveDirectory', streams: [ { level: 'info', stream: process.stdout } ] }); var config...
Searching for group members `dn\":\"CN=Employees,OU=Roles,OU=Security Groups,OU=MyBusiness,DC=company,DC=lan` produces a list of members when searching for the group, but not when actually searching for the group members: ``` { "name":"ActiveDirectory", "hostname":"STAGBEETLE", "pid":6296,...
`ldap_server.js:270` causes an exception if email is not set. This happens too easily and is easy to fix with ``` { resultKey: 'mail', profileProperty: 'email' } ``` in `searchResultsProfileMap`. Perhaps...