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

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.

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))"