Configure the Location for Verifying Short Names
Normally, the new short name is checked for uniqueness in the available address books. However, you can configure CA IdentityMinder to check the new short name's uniqueness in one or more other databases. To set this up, you need to edit a configuration file.
Follow these steps:
<property name="shortNameSearchViews"> <map> <entry key="database-name.nsf"><value>$view-name</value></entry> </map> </property>
where
Specifies the name of a database in which to search for matching short names
Specifies the view in that database. You can specify only one view for each database.
Note: To search multiple database views, add extra <entry> lines.
Example: Point to multiple databases
<property name="shortNameSearchViews"> <map> <entry key="db1.nsf"><value>$view1</value></entry> <entry key="db2.nsf"><value>$view2</value></entry> <entry key="db3.nsf"><value>$view3</value></entry> </map> </property>
Copyright © 2013 CA.
All rights reserved.
|
|