...
Click here to download the zip file.
Info |
---|
This test needs to program should be run from on the server same machine where Celoxis will be installed; NOT from the is running, not on the machine that runs your LDAP server. |
Usage
- Unzip the ldap-quest.zip file. It should create a folder that contains the LDAPQuest.class file.
- Open a terminal window on Unix/Linux OR Command prompt in Windows.
Go to the folder (cd ldap-quest) that contains the LDAPQuest.class file and then type:
Code Block java LDAPQuest <ldap-url> <admin-DN> <admin-password> <ldap-search-attr> <base-dn> <username> <password>
You will receive a success message if the connection and details were correct. If the connection fails and you don't understand the output simply send us the output.
...
- For Microsoft Active Directory Service, ldap-search-attr should always be sAMAccountName
- If any of the program arguments (e.g. password), contains a space or special characters, encode enclose it within single quotes.
...