Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. Unzip the ldap-quest.zip file. It should create a folder that contains the LDAPQuest.class file.
  2. Open a terminal window on Unix/Linux OR Command prompt in Windows.
  3. 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.

...

    1. For Microsoft Active Directory Service, ldap-search-attr should always be sAMAccountName
    2.  If any of the program arguments (e.g. password), contains a space or special characters, encode enclose it within single quotes. 

...