XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix E: XAC Host Macros
XYPRO Technology Corporation 250 Proprietary and Confidential
E6: XACHELP
The XACHELP macro displays help information about entries in the ACACL file.
Syntax:
XACHELP [<ACACL Command Entry Name>]
XACHELP with no argument displays a list of all the ACACL Command Entries in the
ACACL file.
XACHELP with an ACACL Command Entry Name will display the entry for that
command.
Example:
> xachelp
The following commands are defined:
AUDITED-TCPIP-TACL TACL-255 TACL-255-DENNIS
MY-TACL-255 MY-TACL-222 TACL-XMA-OWNER
TACL-253 TACL-3 TACL-ITUG
TACL-DYNAMIC-IP TACL-255-REASON TACL-ASYNCH
TACL-SAFEGUARD TACL-STATIC-IP STOP-RADIUS
START-RADIUS EDIT-XAC-ACL UPDATE-XAC-ACL
EDIT-255 FUP-255 FUP-255-LICENSE
SPOOLCOM-255 SCF-255 TMFCOM-255
SCF-RESTRICT SAFECOM-255 CLASS-SAFE
MY-SAFECOM-253 SQLCI-255 SQLCI-TEST
The above example shows that XACHELP with no argument displays all the
commands that are defined in the ACACL file.
Example:
$VNEO2 XAC570 13> xachelp spoolcom-255
The SPOOLCOM-255 command is defined as follows:
COMMAND SPOOLCOM-255
! THIS COMMAND IS USED TO EXECUTE SPOOLCOM AS SUPER.SUPER
DESCRIPTION "SPOOLCOM AS SUPER.SUPER"
USER 255,255 !EXECUTE AS SUPER.SUPER
OBJECT $SYSTEM.SYSTEM.SPOOLCOM !EXECUTE SPOOLCOM
ACL $SUPER $TERRI QA.JOE !ONLY PRIVILEGED USERS CAN EXECUTE THIS
XYPRO.STEVEN XYPRO.SINI
FC? !ENABLE INTELLIGENT FC
FCPROMPT "-" !THE PROMPT WHERE FC IS A VALID COMMAND
TIMEOUT 900 !STOP AFTER 15 MINUTES OF INACTIVITY
PASSWORDTIMEOUT 600 !FORCE USER TO RE-ENTER PASSWORD TO
!AFFIRM IDENTITY AFTER 10 MINUTES
!OF INACTIVITY
PROMPT "'(',PAID,')',FC#" !PUT INFORMATION AT FRONT OF PROMPT
VERIFYUSER *.* !ADDED BY ELLEN FOR TOFI
The above example displays the text of the Spoolcom-255 ACACL Command Entry.