To improve performance, you can specify the following parameters in the directory configuration file (directory.xml):
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
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
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:
<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>
CA IdentityMinder configures these settings when you create the CA IdentityMinder directory with this file.
Copyright © 2013 CA.
All rights reserved.
|
|