Sun Java System Communications Express 6.3 Administration Guide

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

Table 3–7 lists the default Address Book personal store configuration parameters in the 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. 

This value depends on the login_type value if the login_type is set to 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 through which the connection to the LDAP store is maintained. 

You can assign the following three values to this parameter: 

anon - Enables the user to connect to the LDAP as an anonymous user

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

proxy - Enables the user 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 administration level Access Control Lists (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 or group entries to be marked for deletion or deleted permanently. 

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

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

allow_duplicate_entries

 

Allows personal address book entries/groups to have the same name.