Sun Java System Communications Express 6.3 Administration Guide

Configuration Parameters in the personalstore.properties File

Modify the parameters in the personalstore.properties file to configure address book store, corporate directory and any remote directories.

Table 6–4 lists the settings stored in personalstore.properties file.

Table 6–4 Configuration Settings Stored in personalstore.properties File

Parameters 

Default Value 

Description 

db.defaultpsrootpattern

ldap://piPStoreOwner=%U,o=%D,o=PiServerDb

Specifies the pattern used to dynamically construct the psRoot value for a user. psroot identifies the location where a user entry resides.

%U = uid of the user (“jsmith”)

%D = domain of the user (“siroe.com”)

%O = most significant part of the domain (“siroe”)

db.ldapplut.class

com.iplanet.iabs.ldap.plug.iLDAP

Specifies the name of the Java class implementing the plug-in. For example, LDAP plug-in. 

db.ldapplug.urlmatch

 

Specifies the URL in the format: 

ldap://host:port/DN

Based on this parameter the xxx instance is identified. 

This value should correspond to the “bookremoteurl” attribute stored in defaultps.xml file.

db.ldapplug.configpath

 

Specifies the path to the configuration directory containing the LDAP information for a particular instance. 

This path is relative to the location of this file. 

db.ldapplug.wildcardsearch

0

Specifies the minimum number of characters to be provided in a wild card search. 

db.ldpaplug.randompaging

false

Specifies whether the plug-in supports random access and whether each page must be accessed from the first page. 

If false, the search process continues until it gets the right page. 

db.ldapplug.corporatedir

false

For a corporate directory this value should be true.

db.useUserPsRoot

false

Set the value to true to use the user’s psRoot value. If set to false, the defaultserver values are used.