Versions Compared

Key

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

...

Info

This test needs to be run from the server where Celoxis will be installed; NOT from the 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.

...