OMS_MAINTENANCE - UACL Entry
Description
An OMS_MAINTENANCE UACL entry controls which users are permitted to perform OMS administration operations using the OMS Administration Utility.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
UACL File Keyword | oms_maintenance local_user,set_access,delete_access,list_access |
Values
The UACL rule consists of the following positional fields:
Field | Values | Description |
---|---|---|
local_user | name | Local user name. May contain generic pattern matching characters. |
set_access | {allow|deny} | Allow or deny access to the OMSADM SET commands. |
delete_access | {allow|deny} | Allow or deny access to the OMSADM DELETE commands. |
list_access | {allow|deny} | Allow or deny access to the OMSADM LIST commands. |
Examples
oms_maintenance | root,allow,allow,allow | Permit local user root access to all OMSADM commands. |
oms_maintenance | joe,deny,deny,allow | Permit local user joe access to OMSADM LIST command only. |
oms_maintenance | *,deny,deny,deny | Deny access to all other users. |
Default
oms_maintenance | *,allow,allow,allow |