XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix E: XAC Host Macros
XYPRO Technology Corporation 253 Proprietary and Confidential
Report title
Title of the report (use %20 if you want a space in the title
Collection%20Report).
User input
A selection criteria that searches the XAC-C record for the specified text.
IP Address
Selection criteria for IP addresses to display or * for all.
Custom Columns
Used only when SORTORDER is set to CUSTOM. The order in which to
display the columns on the report Columns available are:
DATE
TIME
AUDIT-TYPE
COMMAND-STATUS
SESSION
SYSTEM
GROUP-NUMBER
USER-NUMBER
XAC-COMMAND
HOME-TERMINAL
LOGIN-NAME
SEQUENCE-NUMBER
IP-ADDRESS
USER-COMMAND
LINEBREAK
SPACE
Custom Sort
This is the sort criteria to use for the report, and is used only when the
SORTORDER is set to CUSTOM. The sort criteria to use for the report are
USER, SESSION, LOGINNAME, TIME.
Custom Width
The number of columns in the print line, and is used only when the
SORTORDER is set to CUSTOM.
Custom Lines
The number of lines in the page, and is used only when the SORTORDER
is set to CUSTOM.
These parameters can be strung together on one line, as the following example
shows:
Example:
10> XAC_AUDIT_REPORT 2013-09-04 00:00 2013-09-04 23:59 *.* * * * Y $VIK.XYLOGS.XAC
$S.#XAC.REPORT SESSION 0 Failed_command * * * * 132 59
The above command will generate a report for the time period beginning on
September 4, 2013 at midnight and ending at September 4 2013 at 23:59:59. All
violations (Y which means fails to execute the XAC commands) from all users on the
system will be displayed on the report output file. The AUDIT log $VIK.XYLOGS.XAC
will be used. The output will be written to $S.#XAC.REPORT. The report will be sorted
in SESSION order. Debugging information will not be displayed. A title will be put on
the report of the Failed_command.