An open API service indexing awesome lists of open source software.

https://github.com/hangsbreaker/ldap_server

Create LDAP Server with NodeJs
https://github.com/hangsbreaker/ldap_server

Last synced: 7 months ago
JSON representation

Create LDAP Server with NodeJs

Awesome Lists containing this project

README

          

# ldap_server
Create LDAP Server with NodeJs

ldapsearch -H ldap://localhost:1389 -x -D cn=root,o=example -w secret -b "o=example" "(&(usr=john)(pwd=demo))"