Use the LIST record to create a list of user IDs or authorizations to use on GRANT and WITHHOLD records.
LIST *listname {userids | authwords}
LIST is defined in the AUTHORIZ CONFIG file.
Defines a name for the list. The first character must be an asterisk; you can use up to seven alphanumeric characters for the rest of the name.
Consists of a list of user IDs, separated by blanks that are to belong to listname. These user IDs will have the same authorizations when you use this list name in a GRANT or WITHHOLD record.
Consists of a list of single‑word authorizations, separated by blanks that are to belong to listname. These authorizations will all be granted or withheld from one or more users when you use this list name in a GRANT or WITHHOLD record.
The LIST record is optional. Using LIST records you can:
Note: Verify any items associated with the LIST record; CA VM:Director does not validate LIST record items.
For more information about using lists in authorizations, see User ID Lists and Authorization Lists in the chapter "Authorizations" in the Administration Guide.
Examples
LIST *DIRCMDS MANAGE QUERY PASSWORD GRANT *DIRCMDS TO ELROY
The combination of this LIST record and this GRANT record is equivalent to the following record, and means that ELROY can manage anyone:
GRANT MANAGE OVER *ALL TO ELROY
GRANT MANAGE TO ELROY
This GRANT record is equivalent to the following record, and means that ELROY can manage only his own users:
GRANT MANAGE OVER *DIRUSRS OF *SELF TO ELROY
LIST *MYGRP USER01 USER02 USER03 USER04
LIST *MYAUTHS AUDITEXT BACKUP EXTRACT MAY GRANT *MYAUTHS TO *MYGRP
|
Copyright © 2014 CA.
All rights reserved.
|
|