XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
(XUA) 1.85 Reference Manual
Appendix A: The UACONF File
XYPRO Technology Corporation 217 Proprietary and Confidential
A19: FROZEN_OK
The FROZEN_OK keyword allows a userid to logon to a frozen userid, such as when
too many failed logons have occurred and AUTHENTICATE_FAIL_FREEZE is set.
When FROZEN_OK is set to ON, the target userid can be logged on to, even when it
is frozen. When FROZEN_OK is set to OFF, the target userid cannot be logged on to,
when it is frozen.
Syntax:
FROZEN_OK {ON | OFF}
Example:
FROZEN_OK ON
If the FROZEN_OK keyword is omitted, the userid cannot be logged on to when it is
frozen.
If this keyword is present in a UAGroup of the UAACL file, that keyword’s value
overrides the one in the UACONF file.
A20: GROUPMANAGER_OK
This keyword defines how a group manager (user = 255) will be treated.
If GROUPMANAGER_OK is set to ON, then the group manager for a group
(group,255) is capable of logging on to any userid or Safeguard alias in the group.
If GROUPMANAGER_OK is OFF, the group manager will be evaluated as any other
userid.
Syntax:
GROUPMANAGER_OK { ON | OFF }
Example:
GROUPMANAGER_OK ON
If this keyword is omitted, GROUPMANAGER_OK defaults to Safeguard’s
PASSWORD-REQUIRED setting.
If this keyword is present in a UAGroup of the UAACL file, that keyword’s value
overrides the one in the UACONF file.