Safeguard Reference Manual (G06.24+, H06.03+ )

User Security Commands
Safeguard Reference Manual520618-013
5-59
THAW USER Command
user-spec
specifies the user (or users) whose ability to log on is to be restored. user-spec
can be any of:
group-num , member-num
group-name.member-name
group-num , *
*,*
group-name and member-name can contain wild-card characters.
WHERE expression
causes the THAW command to apply only to authentication records for users who
belong to the groups specified by expression. For a description of WHERE
expression, see the ALTER USER Command on page 5-10.
Examples
1. Either of these commands restores the logon ability for PRS.HARRY (user ID
86,2):
=THAW USER prs.harry
=THAW USER 86,2
2. The following command restores the logon ability for all users whose administrative
group number is 48 and who are also members of the group temp3:
=THAW USER 48,* WHERE GROUP=temp3