XYGATE User Authentication Reference Manual

XYPRO Technology Corporation 45 Proprietary and Confidential
Chapter 6. Configuring Control Logons
Based on Time
TIME is an optional criterion. XYGATEUA can be used to restrict logons based on the
time of the day.
6.1 Procedure
The following syntax and example shows how to restrict logons based on the time of
day.
Syntax:
TIME { <comma-separated three-letter-abbreviated days of the week> |
[-<range of days] | <single day> } <military time range>
The below UAGROUP only allows security administrators to logon on Wednesday and
Friday between 6:00 and 7.30 a.m. due to system maintenance. If any other user tries
to logon during these times, he or she will be denied.
Example: How to define TIME in the UAGROUP
UAGROUP Restricted-Maintenance-Time
Description "Restrict logon for system maintenance”
FROM_USER $EVERYONE
TO_USER $SECADMIN
TIME WED,FRI 06:00-07:30
AUDIT_ACCESS_PASS ON
AUDIT_ACCESS_FAIL ON
Time-based logons can be configured either by using the TIME keyword (page 287)
within the UAGROUP, or can be configured for a TIMEGROUP (see Appendix B4:
Configuring TIMEGroups” on page 252).