...
- Connect to the ADS server
$ java LDAPQuest ldap://ldapserver.celoxis.com cn=Administrator,cn=users,dc=celoxis,dc=com kaboom1 sAMAccountName cn=users,dc=celoxis,dc=com celoxisusr Joe joeIsKing11) Trying to connect to LDAP and bind as Admin...
----------------------------------------------------------------------------------------
SUCCESS: Admin authenticated successfully.2) Trying to authenticate end user...
----------------------------------------------------------------------------------------
Searching for celoxisusr in cn=users,dc=celoxis,dc=com
FOUND DN: CN=Celoxis TestJoe,CN=Users,DC=celoxis,DC=com3) Connecting as CN=Celoxis TestJoe,CN=Users,DC=celoxis,DC=com with specified password...
----------------------------------------------------------------------------------------
SUCCESS: celoxisusr Joe authenticated successfully.
-
Connect to a public test server
$ java LDAPQuest ldap://ldap.forumsys.com cn=read-only-admin,dc=example,dc=com password uid dc=example,dc=com euler password1) Trying to connect to LDAP and bind as Admin...
-------------------------------------------------------------------------------
SUCCESS: Admin authenticated successfully.2) Trying to authenticate end user...
-------------------------------------------------------------------------------
Searching for euler in dc=example,dc=com
FOUND DN: uid=euler,dc=example,dc=com3) Connecting as uid=euler,dc=example,dc=com with specified password...
-------------------------------------------------------------------------------
SUCCESS: euler authenticated successfully.