Skip to content

athoune/whitepages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

  • CardDAV
  • REST api for pushing data
  • LDAP Auth with different strategy
  • LDAP Auth with acl

Licence

MIT

About

Speak LDAP to your user repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published