XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
Reference Manual
Appendix B: The UAACL File
XYPRO Technology Corporation 266 Proprietary and Confidential
B21: GROUPMANAGER_OK
The GROUPMANAGER_OK keyword defines how a group manager (user = 255) will
be treated. When GROUPMANAGER_OK is set to ON, then the group manager for
the group (group,255) is capable of logging on to any user id or Safeguard alias in the
group. When GROUPMANAGER_OK is set to OFF, the group manager will be
evaluated as any other user id.
If present in a UAGroup, this keyword’s value overrides the one in the UACONF file.
If this keyword is omitted, the value in the UACONF file is used.
Syntax:
GROUPMANAGER_OK {ON | OFF}
The Example below allows all the Group Managers to logon to their group members
and aliases to the group members without supplying password. Use of the GROUP
keyword in the TO_USER list ensures that the group manager has this access only to
his own group.
Example:
UAGROUP GROUP-MANAGERS
DESCRIPTION "Group Managers Can Logon To Group Members"
GROUPMANAGER_OK ON
!Selection Criteria:
FROM_USER *,255
TO_USER GROUP,255 UNDERLYING:GROUP,255