To improve performance, you can specify the following parameters in the directory configuration file (directory.xml):
Specifies the maximum number of milliseconds that Identity Manager searches a directory before terminating the search.
This property is specified in the directory configuration file as follows:
com.sun.jndi.ldap.connect.timeout
Specifies the maximum number of connections that Identity Manager can make to the LDAP directory.
This property is specified in the directory configuration file as follows:
com.sun.jndi.ldap.connect.pool.maxsize
Specifies the default number of connections between Identity Manager and the LDAP directory.
This property is specified in the directory configuration file as follows:
com.sun.jndi.ldap.connect.pool.prefsize
To specify LDAP connection settings
<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>
Identity Manager configures these settings when you create the Identity Manager directory with this file.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |