Previous Topic: JOURNAL RecordNext Topic: MACLOAD Record


LIST Record

Use the LIST record to create a list of user IDs or authorizations to use on GRANT and WITHHOLD records.

LIST *listname {userids | authwords}

Configuration File

LIST is defined in the AUTHORIZ CONFIG file.

Definitions

*listname

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.

userids

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.

authwords

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.

Description

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