Using an LDAP Server for Client Authentication

The server is configured to authenticate all incoming connection requests against a particular security back-end infrastructure by using LDAP. You can define LDAP settings and user(s) and/or group(s) mappings during installation by using the TomEE Configuration Utility.

See Also
About Client Authentication
About Security Roles
  1. Launch the TomEE Configuration Utility from one of the following:

    <SEE_install_directory>/config/tomcat/bin/config.bat

    Note: You may have to run config.bat as Administrator if you do not have access rights.

    or
    config.sh

  2. Go to the LDAP wizard.
  3. Select Secured Mode.
  4. Enter the following information:
    • Connection URL: The location and the port number for the LDAP server.
    • Connection Name: The user name that is used to connect to the LDAP repository.
    • Connection Password: The password for the user name.
    • User Base: The base entry for a user search. For more information, consult your local system administrator.
    • Role Base: The base entry for a role search. For more information, consult your local system administrator.
  5. Assign user(s) and/or group(s) to the required roles by entering a list of user names and/ or group names separated by semicolons.