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 Identity Manager 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.
To change the database view used to verify short names
Note: jcs-home is the installation location of the Java Connector Server. For more information, see Connector Configuration File and Default Installation Directories in Java Connector Server Implementation Guide.
<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 © 2011 CA. All rights reserved. | Email CA Technologies about this topic |