Previous Topic: EXTENT RecordNext Topic: IGNORE Record


GRANT Record

Use the GRANT record to authorize users to use CA VM:Director 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.

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 VMDIRECT MANAGERS file to use manage subfunctions that manipulate DASD. See the chapter on directory managers in the Administration Guide for more information.

Example