ADMIN_MODE_USERS configuration parameter
The ADMIN_MODE_USERS configuration parameter specifies a list of users, besides the user informix and members of the DBSA group, that you want to access the database server in the administration mode.
- onconfig.std value
- Not set. Only user informix and members of the DBSA group can access Informix® in administration mode.
- separators
- Comma-separated user names, such as: Karin,Sarah,Andrew, as a string of up to 127 bytes
- takes effect
- After you edit your onconfig file and restart the database server.
- When you reset the value dynamically in your onconfig file by running the onmode -wf command.
- When you reset the value in memory by running the onmode -wm command.
Usage
The list of users is in the ADMIN_MODE_USERS configuration parameter is preserved indefinitely. You can use the onmode -wm or onmode -wf command to remove users.
Use the onmode -j -U command to allow one or more users to access the database server in administration mode when the database is running.
You must set the ADMIN_USER_MODE_WITH_DBSA configuration parameter to 1 to enable the users that are listed in the ADMIN_MODE_USERS configuration parameter to connect to the database server in the administration mode.