Application server properties

Application server properties define properties that are specific to the application server, such as a user-selected locale.

Table 1 defines the properties that are specific to the application server.

Table 1. Application server properties
User-selected locale
locale
 

Specifies the locale setting for the IBM® Security Identity Manager environment.

Example (default):

locale=en
 
Context factory name
enrole.appServer.name
 

Specifies the unique name of the application server.

In a cluster environment, it is important that this name is unique for each member within a node in the cluster. Cluster members on different nodes can have same names.

Example (default):

enrole.appServer.name=myserver
enrole.password.database.encrypted
 

Use the runConfig utility to modify this property.

Specifies whether the password for the database connection (specified by the database.db.password property in the enroleDatabase.properties file) is encrypted. Valid values are:

  • true – Password is encrypted.
  • false – Password is not encrypted.

Example (default):

enrole.password.database.encrypted=true
enrole.password.ldap.encrypted
 

Use the runConfig utility to modify this property.

Specifies whether the LDAP password (specified by the java.naming.security.credentials property in the enRoleLDAPConnection.properties file) is encrypted. Valid values are:

  • true – Password is encrypted.
  • false – Password is not encrypted.

Example (default):

enrole.password.ldap.encrypted=true
enrole.password.appServer.encrypted
 

Use the runConfig utility to modify this property.

Specifies whether the application server password (specified by the enrole.appServer.ejbuser.credentials property in the enRole.properties file) is encrypted. Valid values are:

  • true – Password is encrypted.
  • false – Password is not encrypted.

Example (default):

enrole.password.appServer.encrypted=true