The LND connector automatically generates unique short names. By default the LND connector searches existing Address Books for short names. However, if you store short names in non-standard locations and want to verify that short names 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.
Follow these steps:
<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 short names.
Note: For more information about customizing a connector.xml file, see Configuring a Connector.
<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 © 2013 CA.
All rights reserved.
|
|