XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 218 Proprietary and Confidential
C88: UNNAMED
This keyword specifies that the OBJECT program is to be started as an unnamed
process. By default, all processes started by XAC are named. If this causes a problem
for some programs, the UNNAMED keyword can be used.
Example:
COMMAND SBB003A-UNNAMED
DESCRIPTION "START APP BATCH PROGRAM UNNAMED"
USER GROUP,USER
OBJECT $DATA5.BATCH.SBB003A
ACL $OPERATORS
OPENSBYOBJECTS $DATA*.DATA.*
UNNAMED
C89: USER_IGNORED
This keyword causes XAC to not switch to the user specified by the USER entry when
starting the program specified by the OBJECT entry.
Example:
COMMAND USER-IGNORED-TACL
USER XYPRO.IK ! user to be switched
OBJECT $SYSTEM.SYSNN.TACL
ACL $EVERYONE
OPENSBYOBJECTS \*.$*.*.*
START_LOGGED_ON
BLANKPASSWORD
STOPONERROR 140,190,191,60,66
SUPPRESSUNTILPROMPT
USER_IGNORED ! prevent XAC from doing the user switch
$VIK IK 19> #PROCESSINFO /LOGONNAME/
#PROCESSINFO /LOGONNAME/ expanded to:
QA.IK
$VIK IK 20> xac USER-IGNORED-TACL
$VIK IK 1> #processinfo /LOGONNAME/
#processinfo /LOGONNAME/ expanded to:
QA.IK
$VIK IK 2>
By using the USER_IGNORED keyword, the user has not been switched as shown in
the output of #processinfo /LOGONNAME/. It is still QA.IK, not the user specified next
to USER keyword XYPRO.IK.