XYGATE Access Control Reference Manual
XYGATE
®
 Access Control Reference Manual 
Appendix C: The ACACL File 
XYPRO Technology Corporation  160  Proprietary and Confidential 
C17:  BANNER_FIRSTIO 
This keyword displays a custom banner before the OBJECT program’s first I/O. 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. This keyword and the 
BANNER_CONNECT keyword are mutually exclusive. 
Syntax: 
BANNER_FIRSTIO <banner-filename> 
The Example below shows the banner is prepended to the first prompt written to the 
terminal. 
Example: 
COMMAND STATIC-TCPIP-TACL 
 DESCRIPTION "Static TCP/IP TACL with warning before logon" 
 USER GROUP,USER 
 OBJECT $SYSTEM.SYSTEM.TACL 
 ACL $EVERYONE 
 EXECUTEHANGUP  START_LOGGED_OFF  RESTART 
 TRACKUSERID   
 OPENSBYOBJECTS $*.*.* 
 BANNER_FIRSTIO $SYSTEM.XYGATEAC.WARNBAN 
Contents of $SYSTEM.XYGATEAC.WARNBAN: 
!========================================================================! 
This system is limited in access to those authorized by QRST Financial 
Corporation. If you are not authorized, go away and don’t come back. 
!========================================================================! 
Execution: 
(Setup of the dialup TACL) 
XAC /NOWAIT,IN $ZTNTP2.#TERM1,OUT $ZTNP2.#TERM1/ STATIC-TCPIP-TACL 
(Later, the TELNET Service prompt is displayed) 
WELCOME TO QR012.qrst.com [PORT $ZTNP2.#TERM1] 
TELSERV - T9553D40 - (10SEP99) - (IPMADD) 
Available Services: 
SECURE-TACL EXIT 
Enter Choice>SECURE-TACL 
!========================================================================! 
This system is limited in access to those authorized by QRST Financial 
Corporation. If you are not authorized, go away and don’t come back. 
!========================================================================! 
TACL 1> 










