A wizard page exists in the administrative console to aid in viewing the basic settings necessary to connect the application server to an existing standalone custom registry. After you have viewed the basic settings, you can also modify the existing standalone customer registry configuration using the administrative console.
Property name | Property value |
---|---|
usersFile | ${USER_INSTALL_ROOT}/customer_sample /users.props |
groupsFile | ${USER_INSTALL_ROOT}/customer_sample /groups.props |
Samples of these two properties are available in reference topics for the users.props file and the groups.props file. See the related links below for more information.
The Description, Required, and Validation Expression fields are not used and can remain blank.
WebSphere® Application Server Version 4 based custom user registry is migrated to the custom user registry based on the com.ibm.websphere.security.UserRegistry interface.
Specifies the name of a user with administrative privileges that is defined in your custom user registry.
Specifies a dot-separated class name that implements the com.ibm.websphere.security.UserRegistry interface.
Put the custom registry class name in the class path. A suggested location is the following directory.
Data type: | String |
Default: | com.ibm.websphere.security.FileRegistrySample |
Indicates that a case-insensitive authorization check is performed when you use the default authorization.
Default: | Disabled |
Range: | Enabled or Disabled |