パフォーマンスを改善するには、ディレクトリ設定ファイル(directory.xml)で以下のパラメータを指定できます。
CA IdentityMinder がディレクトリの検索を終了するまで最大時間(ミリ秒)を指定します。
このプロパティは、ディレクトリ設定ファイルで以下のように指定されます。
com.sun.jndi.ldap.connect.timeout
CA IdentityMinder が LDAP ディレクトリで行うことができる接続の最大数を指定します。
このプロパティは、ディレクトリ設定ファイルで以下のように指定されます。
com.sun.jndi.ldap.connect.pool.maxsize
CA IdentityMinder と LDAP ディレクトリ間のデフォルトの接続数を指定します。
このプロパティは、ディレクトリ設定ファイルで以下のように指定されます。
com.sun.jndi.ldap.connect.pool.prefsize
次の手順に従ってください:
<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 ディレクトリを作成するときに、CA IdentityMinder はこれらの設定を設定します。
|
Copyright © 2013 CA.
All rights reserved.
|
|