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

Table Of Contents
User Security Commands
Safeguard Reference Manual 520618-030
5 - 24
FREEZE USER Command
the group’s AUTO-DELETE attribute is OFF, you can delete the group only with the
DELETE GROUP command. (For more information, see INFO GROUP Command
on page 7-14.)
Examples
1. The group manager for the ACCTG group enters this command to delete the user
ACCTG.HARRY:
=DELETE USER acctg.harry
2. The group manager for the PROG group enters this command to delete all users in
the PROG group who are also members of the TEMP group:
=DELETE USER prog.*, WHERE GROUP=TEMP
FREEZE USER Command
FREEZE USER temporarily suspends a user’s ability to log on to the system. You can
later restore this ability through the THAW USER command.
Only the owner of a user’s authentication record, the owners group manager, or the
local super ID can freeze a user’s access to the system. Depending on the value of the
Safeguard AUTHENTICATE-FAIL-FREEZE configuration option, a user ID can be
automatically frozen. For details, see Section 16, Safeguard Subsystem Commands.
USER
specifies USER as the object type of the FREEZE command. Omit it if USER is the
assumed object type. (For more information about assumed types, see the
ASSUME Command on page 4-3.)
user-spec
specifies the user or users whose ability to log on is to be frozen. user-spec can
be any of:
group-num , member-num
group-name.member-name
group-num , *
*,*
group-name and member-name can cont
ain wild-card characters.
FREEZE USER { user-spec | ( user-spec [ , user-spec ] ... ) }
[ [,] WHERE expression ]