The LND connector automatically generates unique shortnames. By default the LND connector searches existing Address Books for shortnames. However, if you store shortnames in non-standard locations and want to verify that shortnames that are automatically generated do not conflict with existing short names, you can change the default search behavior. You can specify the databases and views you want to search for shortnames by configuring the connector.xml file.
To configure shortname verification
<property name="shortNameSearchViews"> <map> <entry key="names.nsf"><value>$Users</value></entry> </map> </property
This configuration specifies the databases and views to search for short names. This configuration replaces the default connector behavior of searching existing Address Books for shortnames.
Note: For more information about customizing a connector.xml file, see Connector Configuration File in the Java CS Implementation Guide.
<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>
Note: You can only specify one view per database. For example, you cannot do the following:
<property name="shortNameSearchViews">
<map> <entry key="db1.nsf"><value>$view1</value></entry> <entry key="db1.nsf"><value>$view2</value></entry> <entry key="db1.nsf"><value>$view3</value></entry> </map> </property>
conf/override/lnd
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |