Safeguard Reference Manual (G06.29+, H06.08+, J06.03+)

Table Of Contents
User Alias Security Commands
Safeguard Reference Manual 520618-030
6 - 19
ALTER ALIAS Command
If you omit process-name, the Safeguard software generates a process
name.
CI-SWAP [$vol[.subvol.filename]]
changes the name of the volume or file to be used as the swap volume or file
for the command interpreter. $vol must be a local volume name. You can
optionally supply a subvolume name and file name.
If you omit $vol, the same volume that contains the CI-PROG object file is
used.
CI-PRI [priority]
changes the priority at which the command interpreter is to run.
If you omit priority, the value of CI-PRI in the Safeguard configuration
record is used.
CI-PARAM-TEXT [startup-param-text]
changes the data to be supplied as the startup message text for the command
interpreter specified by CI-PROG. If you specify the CI-PARAM-TEXT attribute,
it must be the last attribute in the command string.
If you omit startup-param-text, the string is set to null. (No text is supplied
in the startup message.)
WHERE expression
causes the command to apply to only those authentication records for aliases who
belong to the groups specified by expression.
expression has the form:
group [ {AND | OR} group ] ...
group is one of:
GROUP [NAME]=group-name
GROUP NUMBER=group-num
PRIMARY-GROUP [NAME]=group-name
PRIMARY-GROUP NUMBER=group-num
Wild-card characters are not allowed in the group names or group numbers.
Multiple group
s within the expression can be enclosed within parentheses to
change the order of evaluation of a complex expression, see Example 4.
group-name is case-sensitive. Therefore, you must enter alphabetic characters in
an administrative group name in uppercase.