Sun Java System Communications Express 6 2005Q4 Administration Guide

Configuring the Address Book Personal Store Parameters in db_config.properties file

Table 3-7 lists the default Address Book personal store configuration parameters in db_config.properties file.

The file can be accessed from:

uwc-deployed-path/WEB-INF/config/ldappstore/

Table 3–7 Personal Address Book Personal Store Parameters

Parameter 

Default Value 

Description 

defaultserver.ldaphost

 

Specifies the LDAP host for the Personal Address Book (PAB) Store. 

defaultserver.ldapport

 

Specifies the port for the Store. 

defaultserver.ldapbinddn

 

Specifies the DN used to bind to the Personal Address Book Store. 

It is mandatory to enter this value if the login type is “restricted” or “proxy.” 

If the login type is “anonymous” you need not enter a value for this parameter. 

defaultserver.ldapbindcred

 

Specifies the password for the DN used to bind to the Personal Address Book Store. 

login_type

restricted 

Specifies the method using which the connection to the LDAP store is maintained. 

You can assign the following three values to this parameter: 

anon - to connect to the LDAP as an anonymous user

restricted - to connect as a user who has the rights to perform operations on the Address Book Store.

proxy - to masquerade as a user who can perform operations on the Address Book Store. Assigning this value enhances performance as it bypasses the LDAP bind on each operation.

NOTE: It is recommended that the user masquerading here have admin level ACLs. 

defaultserver.ldappoolmin

Specifies the minimum number of LDAP client connections maintained for Personal Address Book Store. 

defaultserver.ldappoolmax

12 

Specifies the maximum number of LDAP client connections maintained for Personal Address Book Store. 

defaultserver.ldappooltimeout

10 

Specifies the number of seconds before timing out an LDAP connection. Increase this value to accommodate large search results. 

lookthru_limit

1000 

Specifies the search query limit for a search. 

delete_perm 

true 

Enables contact/group entries to be marked for deletion or deleted permanently. 

Set the parameter to false to mark the contacts/groups for deletion. 

Set the parameter to true to permanently delete the contacts and groups.