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
- Host: GitHub
- URL: https://github.com/hangsbreaker/ldap_server
- Owner: hangsbreaker
- Created: 2022-10-11T04:44:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T09:19:37.000Z (about 2 years ago)
- Last Synced: 2025-01-24T00:38:20.673Z (9 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ldap_server
Create LDAP Server with NodeJsldapsearch -H ldap://localhost:1389 -x -D cn=root,o=example -w secret -b "o=example" "(&(usr=john)(pwd=demo))"