XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 159 Proprietary and Confidential
C16: BANNER_CONNECT
This keyword displays a custom banner immediately upon a modem connect. This
keyword and the BANNER_FIRSTIO keyword are mutually exclusive. The banner to
display must be placed in an edit file that can be opened Read only by the userid that
runs the XYGATEAC object file.
Syntax:
BANNER_CONNECT <banner-filename>
The Example below shows the banner displayed before the first TACL prompt is
written.
Example:
COMMAND DIALUP-TACL
DESCRIPTION "TACL for DIAL ACCESS"
USER GROUP,USER
OBJECT $SYSTEM.SYSTEM.TACL
ACL TECH.* SYSMGR.*
EXECUTEHANGUP START_LOGGED_OFF RESTART
TRACKUSERID
OPENSBYOBJECTS $*.*.*
BANNER_CONNECT $SYSTEM.XYGATEAC.DIALBAN
Contents of $SYSTEM.XYGATEAC.DIALBAN:
!========================================================================!
This system is reserved for authorized employees only. Unauthorized
people using or attempting to use this system will be prosecuted to the
fullest extent of the law.
!========================================================================!
Execution:
(Setup of the dialup TACL)
XAC /NOWAIT,IN $DIAL.#TERM1,OUT $DIAL.#TERM1/DIALUP-TACL
(Later, on the dialup port, when dial access occurs)
!========================================================================!
This system is reserved for authorized employees only. Unauthorized
people using or attempting to use this system will be prosecuted to the
fullest extent of the law.
!========================================================================!
TACL 1>