Previous Topic: Specify Replication Wait Time

Next 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):

To specify LDAP connection settings

  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.

    Identity Manager configures these settings when you create the Identity Manager directory with this file.


Copyright © 2010 CA. All rights reserved. Email CA about this topic