XYGATE User Authentication Reference Manual
XYGATE
®
 User Authentication
™
 Reference Manual    
Appendix C: XUA Macros 
XYPRO Technology Corporation  292  Proprietary and Confidential 
results will be included. All target login names and target users will be included. All 
outcomes will be selected. Final outcome ONLY will not be selected. 
Note: The arguments to the macro cannot have spaces in them, as spaces are used 
to determine which token is which. For the subject login name and other multiple 
value options, use the backslash ( \ ). 
  For example to exclude a user security.admin from the security group, use 
SECURITY.*\NOT\SECURITY.ADMIN. There is an exception to terminal. Terminal 
name should be specified with a forward slash ( / ) instead of a backslash ( \ ) 
because it could be part of a node name. For example, to exclude a node 
named SYS from all nodes beginning with S, specify \S*/NOT/\SYS. 
If desired, the TACL & syntax can be used to separate command lines for legibility. Or, 
in a TACL macro, use brackets to enclose all the selection criteria and list them one 
per line as shown in the following example: 
Example: 
 [XUA_AUDIT_REPORT 
2003-02-01   == START DATE 
00:00     == START TIME 
2003-02-10   == END DATE 
23:59     == END TIME 
*,*      == user  format: #,# 
*      == login name format group.user 
*      == Subject terminal 
*      == IP Address 
*      == Subject System 
*      == UAGROUP 
*      == Comment 
ALL      == result-type 
$DISCB.P25SNTST.AUDIT == audit file 
$s.#XUA.report   == output file 
TARGET     == sortorder  
NO      == Delete Comments 
BOTH      == Production/Test results 
*      == Target Login name 
*.*      == Target Userid 
*      == OUTCOME 
NO      == Final Outcomes Only 
0     == DEBUG [0=OFF; 1=ON] 
] 










