Use the IBM Security Server RACF PERMIT command to permit a user or group access to the CA@BES system command.
Note: Unlike other resource definitions, command definition profiles are defined in OPERCMDS. The RACF PERMIT command grants access to defined resources. The BES PERMIT command defines security levels to specific BES subsystems at the local level or to all BES subsystems at the global level.
This command has the following format:
PE BESn.command_name.qualified_name
ACCESS(READ)
GENERIC
CLASS(OPERCMDS)
ID(username[,username,…])
Specifies the PERMIT command.
Indicates the local BES subsystem number (1-8). If you specify BES without a subsystem identifier, the profile becomes a global profile and is applied to all BES subsystems.
Specifies the name of the command you want to manage, and the qualifying name of the command, if any. Options for this parameter are as follows:
Specifies the COMPROMISE= command.
Specifies all forms of the DISPLAY command.
Specifies the DUMP command.
Specifies all forms of the MIGRATE= command.
Specifies the RELOAD=PASSPHRASE command.
Specifies the REFRESH=CAEKM_API_OPTIONS command.
Specifies the REFRESH=CODEBOOKS command.
Specifies the REFRESH=KEYRINGS command.
Specifies the REFRESH=NKMPARMS command.
Specifies the REFRESH=OPTIONS command.
Specifies the REFRESH=SYMKEYS command.
Specifies all forms of the RELOAD= command, except for the RELOAD=PASSPHRASE command.
Specifies the SET CONSOLE command.
Specifies the SHUTDOWN command.
Specifies the START NKM command.
Specifies the STOP NKM command.
Specifies the permission access granted. For granting access to run commands, the minimum value that you need to specify is READ. It allows the specified user to execute the command.
Specifies that the command name is treated like a generic name, even if no generic characters are specified.
Specifies the general resource class for console commands, OPERCMDS.
Specifies one or more user names or groups that have permission to execute the command.
Example: Permit specific users access to a global command protection profile
This example shows that users SECADMIN and SYSADM01 are defined to IBM Security Server RACF with permission to use the RELOAD=PASSPHRASE command on all BES subsystems.
PE BES.PASSPHRASE
ACCESS(READ)
GENERIC
CLASS(OPERCMDS)
ID(SECADMIN,SYSADM01)
Example: Permit users access to a command for a specific subsystem on RACF
This example shows that users SECADMIN and SYSADM01 are defined to IBM Security Server RACF with permission to use the RELOAD=PASSPHRASE command on BES2.
PE BES2.PASSPHRASE
ACCESS(READ)
GENERIC
CLASS(OPERCMDS)
ID(SECADMIN,SYSADM01)
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |