The following sections explain how to configure your environment to support AuthLink authentication. The process involves the following steps:
•Configuring Authentication Properties
•Configuring a Secured Connection
Note: Before performing the following procedures, verify that the Authentication Link application has been properly set up. For details, refer to the Jacada Interaction Server Installation Guide (Setting Up the Authentication Link). |
The authentication.properties file is a configuration file for the LDAP server settings. This file is provided as part of the distribution package. The properties related to LDAP server settings are listed in the following table. Each property needs to be configured according to your LDAP settings and directory structure.
The following example shows sample content of the authentication.properties file:
To change the password: 1.Set the ldap.password.encrypted property to false. 2.Set the ldap.password property to the value of the new password (in clear text). 3.Restart the server. The application encrypts the new password, and writes the value back to the properties file. |
Jacada Interaction Server supports an SSL connection to the LDAP server, using ldaps. To configure a secured connection: 1.Set the ldap.url property to use SSL. For example, ldap.url = ldaps://10.90.17.46:636. 2.Export the LDAP server certificate, and import it to your Tomcat's JVM. |