Use the RDEFINE command to define global and local permissions for all keys to IBM Security Server RACF. This command indicates the default permissions for using all keys on the specified BES subsystem.
This command has the following format:
RDEF CA@BES BESn.KEYS.permissions
OWNER(username)
DATA('comments')
Specifies the RDEFINE command.
Specifies the general resource class for CA Tape Encryption. This is always CA@BES.
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 that this statement defines the default key permissions for the specified BES subsystem or globally for all BES subsystems.
Specifies the permission setting. Options for this parameter are as follows:
PERMIT
Specifies that all keys are permitted for all users on the specified BES subsystem unless otherwise defined.
PROTECT
Specifies that all keys are prohibited to all users on the specified BES subsystem unless otherwise defined.
Specifies the user name of the principle owner of the profiles, typically the security administrator.
Specifies user-written comments to describe the profile.
Example: Global permissions for all keys on all BES subsystems
This example specifies that all users are permitted to use any available keys on any BES subsystem.
RDEF CA@BES BES.KEYS.PERMIT
OWNER(SECADMIN)
DATA('CA Tape Encryption GLOBAL KEY PROTECTION OPTION ')
Example: Global restrictions for all keys on all BES subsystems
This example specifies that no users are permitted to use any available keys on any BES subsystem unless otherwise defined.
RDEF CA@BES BES.KEYS.PROTECT
OWNER(SECADMIN)
DATA('CA Tape Encryption GLOBAL KEY PROTECTION OPTION ')
Example: Local permissions for all keys on a specific BES subsystem
This example specifies that all users are permitted to use any available keys on BES1.
RDEF CA@BES BES1.KEYS.PERMIT
OWNER(SECADMIN)
DATA('CA Tape Encryption LOCAL KEY PROTECTION OPTION ')
Example: Local restrictions for all keys on a specific BES subsystem
This example specifies that no users are permitted to use any available keys on the specified BES subsystem unless otherwise defined.
RDEF CA@BES BES1.KEYS.PROTECT
OWNER(SECADMIN)
DATA('CA Tape Encryption LOCAL KEY PROTECTION OPTION ')
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |