Safeguard Administrator's Manual (G06.24+, H06.03+)

Table Of Contents
Managing User Groups
Safeguard Administrator’s Manual523317-013
3-2
Adding User Groups
Adding User Groups
Any super-group member can add a group definition group unless an OBJECTTYPE
USER access control list exists. If an OBJECTTYPE USER record exists, only users
with CREATE authority on that access control list can use the ADD GROUP command.
Assume that the user ADMIN.DON (user ID 16,24) has C authority on the
OBJECTTYPE USER access control list. To create a group that could be subsequently
activated as an administrative group, ADMIN.DON enters this command:
=ADD GROUP PROG4, NUMBER 144, DESCRIPTION Maintenance &
=programmers for Inventory System
The group name PROG4 and group number 144 meet the syntactical requirements for
administrative group names and numbers. A group name specified in a GROUP
command is case-sensitive. Therefore, an administrative group name must be entered
in uppercase letters.
ADMIN.DON could create another group named ProG4:
=ADD GROUP ProG4, NUMBER 1144, DESCRIPTION Inventory system &
=programmers
Two distinct groups, PROG4 and ProG4, now exist concurrently. But only PROG4 can
serve as an administrative group. The group ProG4 was given the group number 1144
because it is advisable to reserve the group numbers below 256 for administrative
groups. An administrative group must have a group number from 0 to 255.
The group PROG4 is considered a file-sharing group unless a user is added to it with
the ADD USER command. If this occurs so that the group PROG4 is activated as an
administrative group, it can be specified on Safeguard access control lists. Only
administrative groups can appear on Safeguard access control lists. File-sharing
groups cannot appear on access control lists. The group name ProG4 cannot be
specified on access control lists, but it can be used for file-sharing in an OSS
environment.
To verify the results of the commands, use the INFO GROUP command:
=INFO GROUP PROG4, DETAIL
The display shows:
=INFO GROUP ProG4, DETAIL
GROUP NAME NUMBER OWNER LAST-MODIFIED
PROG4 144 16,24 23JUL94, 11:16
AUTO-DELETE = OFF
DESCRIPTION = Maintenance programmers for Inventory System