Configure the custom user registry.
When security is enabled and any of these custom user registry settings change, go to the Secure administration, applications, and infrastructure panel and click Apply to validate the changes.
Configuration tab
Specifies the user ID under which the server runs, for security purposes.
This server ID represents a valid user in the custom user registry.
Data type: | String |
Specifies the password that corresponds to the security server ID.
Data type: | String |
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 %install_root%/lib/ext directory. Although the custom registry implements the com.ibm.websphere.security.UserRegistry interface, for backward compatibility, a user registry can alternatively implement the com.ibm.websphere.security.CustomRegistry interface.
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 |
Related concepts
Custom user registries
Related tasks
Configuring custom user registries
Related reference
Implementing the getRemoteUser and getAuthType methods