XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
Reference Manual
Appendix B: The UAACL File
XYPRO Technology Corporation 259 Proprietary and Confidential
B10: AUTHENTICATE_FAIL_FREEZE
The AUTHENTICATE_FAIL_FREEZE keyword is used to force userids to be frozen
when the number of failed logons without a good logon reaches the value of
AUTHENTICATE_MAXIMUM_ATTEMPTS.
If present in a UAGroup, the value of this keyword overrides that in the UACONF file.
If the keyword is omitted, the value in the UACONF file is used.
Syntax:
AUTHENTICATE_FAIL_FREEZE {ON | OFF}
In the Example below, when the number of failed logons for the members of the
ACLGROUP $DEV becomes 4 (that is, equal to 4), then the userid will be frozen.
Example: How to set AUTHENTICATE_FAIL_FREEZE for selected userids
UAGROUP FAIL-FREEZE-DEV
DESCRIPTION "Developer Logon will Freeze"
AUTHENTICATE_MAXIMUM_ATTEMPTS 4
AUTHENTICATE_FAIL_FREEZE ON
!Selection Criteria:
FROM_USER 0,0
TO_USER $DEV
Note: When no value for AUTHENTICATE_MAXIMUM_ATTEMPTS is set in
XYGATEUA, then the value set by AUTHENTICATE-MAXIMUM-ATTEMPTS in
Safeguard is used.