5.3 Configuring the Identity Manager Components

You can perform the configuration in the following ways:

5.3.1 Performing an Interactive Configuration

  1. Navigate to the location where you mounted the Identity_Manager_4.8_Linux.iso file.

  2. Specify the following command at the command line to run the configure.sh script:

    ./configure.sh

  3. Decide whether you want to perform a typical configuration or a custom configuration. The configuration options will vary based on the components that you select for configuration.

  4. To configure the components, use the information from Understanding the Configuration Parameters.

NOTE:During the Identity Manager Engine configuration process, the TLS for simple binds is set to Yes. If you want to change the value of the TLS for simple binds to No, run the following command on the server where Identity Manager Engine is installed:

ldapconfig set "Require TLS for Simple Binds with Password=no"

5.3.2 Performing a Silent Configuration

  1. Navigate to the location where you mounted the Identity_Manager_4.8_Linux.iso file.

  2. To run the silent installation, execute the following command:

    ./configure.sh -s -f <location of the silent properties file>

    For example,

    ./configure.sh -s -f /home/silent.properties, where /home/silent.properties is the location where you stored the silent properties file.

  3. To configure the components, use the information from Understanding the Configuration Parameters.