Search in your own data throught a LDAP interface.
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.
Early alpha.
MIT