Previous Topic: EXTENT RecordNext Topic: GROUP Record


GRANT Record

Use the GRANT record to authorize users to use CA VM:Secure commands, utilities, and screen selections.

GRANT authority [OVER target-users] TO users [( "Options"]
Options:
GROUP

Configuration File

GRANT is defined in the AUTHORIZ CONFIG file.

Definitions

authority

Specifies the authorization to use an entire command, a command and some of its parameters, or a list of commands; authority can be any of the authorizations in the following tables:

OVER

Limits the scope of the authority; you can use the word OVER, to make it clear that the authority is valid only for user ID(s) that follow the word OVER.

target users

Specifies the user ID or a list of user IDs, over which the authority is granted to the users.

users

Specifies a list of user IDs, separated by blanks that receive these authorizations. A trailing asterisk (for example, M*) indicates that all user IDs beginning with the specified characters are authorized.

(CA VM:Secure only) Users can also be a list of security groups, separated by blanks, that receives these authorizations. A trailing asterisk on a security group name indicates that all members of those groups that begin with the specified characters are authorized.

GROUP

(CA VM:Secure only) Specifies that each user is a security group. The record then applies to all user IDs belonging to the named security groups.

Description

Depending on your site’s requirements, authorizations can be simple complex. For more information about setting up authorizations, see the chapter "Authorizations" in the Administration Guide. A user ID must be defined in the VMSECURE MANAGERS file to use manage subfunctions that manipulate DASD. See the chapter on directory managers in the Administration Guide for more information.

Example