RBAC

The parameters in the RBAC section of the file govern the user access to the InterChange Server.

userRegistry

Defines whether a database repository or an LDAP will be used to store the user registry.

Note:
It is strongly recommended that if a database repository is used to store the user registry that it is a separate database from the InterChange Server repository database.

Set the userRegistry to REPOS to use a database as the user registry. Choose LDAP to use the Lightweight Directory Access Protocol, which is a tool for accessing enterprise directory services.

Example: either

 <cw:userRegistry>REPOS</cw:registry>

or

 <cw:userRegistry>LDAP</cw:registry>

Default

userRegistry = REPOS 

serverStartUser

Specifies the user account that is used to start up the InterChange Server.

Use the serverStartUser parameter to specify the user account that will launch the InterChange Server.

Default

There is no default value for this parameter.

serverStartPassword

The encrypted password associated with the user name for the user registry.

Example: PASSWORD*=a6gefs

Important:
Do not attempt to change the encrypted password. See the Encryption for Passwords section in the System Administration Guide for more information about how password encryption works.

Copyright IBM Corp. 1997, 2004