Previous Topic: Specify Replication Wait TimeNext Topic: How to Improve Directory Search Performance


Specify LDAP Connection Settings

To improve performance, you can specify the following parameters in the directory configuration file (directory.xml):

Connection Timeout

Specifies the maximum number of milliseconds that CA IdentityMinder searches a directory before terminating the search.

This property is specified in the directory configuration file as follows:

com.sun.jndi.ldap.connect.timeout

Connection Pool Max Size

Specifies the maximum number of connections that CA IdentityMinder can make to the LDAP directory.

This property is specified in the directory configuration file as follows:

com.sun.jndi.ldap.connect.pool.maxsize

Connection Pool Default Size

Specifies the default number of connections between CA IdentityMinder and the LDAP directory.

This property is specified in the directory configuration file as follows:

com.sun.jndi.ldap.connect.pool.prefsize

Follow these steps:

  1. In the directory configuration file (directory.xml), locate the ImsManagedObject element that describes the user object.
  2. Add the following PropertyDict element:
    <PropertyDict name="LDAP_CONNECTION_SETTINGS" description="LDAP Connection Settings">
    
    <Property name="com.sun.jndi.ldap.connect.timeout">5000</Property>
    <Property name="com.sun.jndi.ldap.connect.pool.maxsize">200</Property>
    <Property name="com.sun.jndi.ldap.connect.pool.prefsize">10</Property>
    
    </PropertyDict>
    
  3. Save the directory.xml file.

    CA IdentityMinder configures these settings when you create the CA IdentityMinder directory with this file.