this task, implement and build the UserRegistry interface. For more information on developing custom user registries refer to the article, Developing custom user registries. The following steps are required to configure custom user registries through the administrative console.
Property name | Property value |
---|---|
usersFile | $USER_INSTALL_ROOT/customer_sample/users.props |
groupsFile | $USER_INSTALL_ROOT/customer_sample/groups.props |
Note: The QEJBSVR user profile must have Execute (*X) authority for the directory that contains user.props and groups.props. Additionally, QEJBSVR must have Read and Execute (*RX) authority for the user.props and groups.props files.
Samples of these two properties are available at users.props file and groups.props file.
The Description, Required, and Validation Expression fields are not used and you can leave them blank.
Note: In a Network Deployment environment where multiple WebSphere Application Server processes exist (cell and multiple nodes in different machines), these properties are available for each process. Use the relative name profile_root to locate any files, as this name expands to your WebSphere Application Server profile root directory. If this name is not used, ensure that the files exist in the same location in all the nodes.
ResultThis step is required to set up the custom user registry and to enable
security in WebSphere Application Server.
Related concepts
Custom user registries
Related tasks
Developing custom user registries
Migrating custom user registries
Related reference
UserRegistry interface methods