XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 192 Proprietary and Confidential
C55: NOCOPYRIGHT
The keyword NOCOPYRIGHT will suppress display of the XAC copyright message
when beginning execution. The main usage for this keyword would be to prevent the
banner from affecting TACL macros that use the output from XAC commands or to
minimize information available on a dialup port to someone who does not have a valid
logon. The XAC software is still copyrighted nonetheless.
Example:
COMMAND RUN-RESET
DESCRIPTION "MACRO TO RESET COM LINES"
USER COM.OWNER
OBJECT $SYSTEM.SYSNN.TACLUPA
ACL $COMMUNICATIONS
INPUT "#SET #INFORMAT TACL"
INPUT "XAC_RUN_MACRO RESLINES"
INPUT "#SET #EXIT 1"
NOBREAK NOASSIGNS NOCOPYRIGHT
C56: NULLNULLNOCMDESC
This keyword disables access to the interactive XAC internal commands such as
>CONFIG and >LOCK whenever the OBJECT program’s userid is NULL.NULL (0,0).
This is commonly used if a TACL is configured with START_LOGGED_OFF to
disallow XAC "escape" commands at a logged-off TACL.
Example:
COMMAND DIAL-ACCESS-TACL
DESCRIPTION "TACL FOR DIAL ACCESS TERMINALS"
USER GROUP,USER
OBJECT $SYSTEM.SYSNN.TACL
USER $SYSMGR $TECH $COMMUNICATIONS
RESTART TRACKUSERID EXECUTEHANGUP
TIMEOUT 900
CHECKCONNECTION 500 50
STOPONERROR 60,66,140,190,191
DONOTSTOP \*.$SYSTEM.SYS*.PATH* NOT \*.$SYSTEM.SYS*.PATHCOM
BLANKPASSWORD START_LOGGED_OFF
NULLNULLNOCMDESC
This keyword is limited in scope compared to NOCOMMANDESCAPE.
NOCOMMANDESCAPE completely disables all the internal commands, logged on or
not, and can be used with any program, not just TACL. NULLNULLNOCMDESC
specifically applies to a logged off TACL.