https://github.com/pegerto/ldaptest
LDAP Search implementation to debug java application security without install ldap tools at server command line.
https://github.com/pegerto/ldaptest
Last synced: about 1 month ago
JSON representation
LDAP Search implementation to debug java application security without install ldap tools at server command line.
- Host: GitHub
- URL: https://github.com/pegerto/ldaptest
- Owner: pegerto
- Created: 2014-12-23T22:50:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T22:56:35.000Z (over 11 years ago)
- Last Synced: 2023-03-11T22:55:52.669Z (over 3 years ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ldaptest
========
LDAP Search implementation to debug java application security without install ldap tools at server command line.
Example
=======
>java -jar daptest-1.0.jar -s ldap://ldap.forumsys.com -u cn=read-only-admin,dc=example,dc=com
-p password -d dc=example,dc=com -f "(&(sn=Gauss)(objectClass=person))"