athoune / whitepages

Speak LDAP to your user repository
1 stars 1 forks source link

White pages

Search in your own data throught a LDAP interface.

Test it

npm install .
node test.js

Use you favorite ldap client, and ask bob in o=whitepages at ldap://127.0.0.1:1389

Or the shell:

ldapsearch -LLL -H ldap://localhost:1389 -v -x -D cn=rdupond,o=whitepages -w foo -s sub -P 3 -b o=whitepages -t -T /tmp

ldapsearch comes with openldap, and is installed on a Mac, Linux users should aptitude install it.

Status

Early alpha.

The future

Licence

MIT