XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
Reference Manual
Chapter 19. XUA Auditing and Audit Reports
XYPRO Technology Corporation 191 Proprietary and Confidential
If you put an asterisk ( * ) in front of a string representing a Target Login name, XUA
will include any login names containing the string you have entered in the report.
TARGET LOGIN NAME: *XYPRO
finds all login names containing XYPRO
TARGET LOGIN NAME: *test
finds all login names containing test
If you put an asterisk ( * ) at the end of a string representing a Target Login name,
XUA will include any names that begin with the string you have entered in the report.
TARGET LOGIN NAME: XYPRO*
finds all login names starting with XYPRO
TARGET LOGIN NAME: test*
finds all login names starting with test
If you enter a string without either a leading or trailing asterisk ( * ), then XUA will only
include Target Login names that exactly match the string you have entered.
TARGET LOGIN NAME: XYPRO.QA
finds only the login name XYPRO.QA
You can also exclude specific users by using NOT statements. NOT statements must
follow the initial wildcarded selection. For example, if you want to report on the
activities of all XYPRO users except XYPRO.TEST1, you would enter:
XYPRO.* not XYPRO.TEST1
You can exclude multiple users by entering the Target Login names separated by
commas.
19.5.15 Final Outcomes Only
If Final Outcome is set to yes, only results that are granted or denied will be displayed.
To select only the granted and denied outcomes in the report, select Q.
Example
Selection?q
Do you want to only display the Final Outcomes <Yes>?
19.5.16 IP Address
You may limit your report to processing done from a selected IP address or group of
IP addresses. If you enter a portion of an IP address, all IP addresses containing the
entry will be included in the report.
To select the IP address to include in the report, select R.
Example
Selection?R
Enter IP Addresses separated by commas.
A leading * on an IP Address will match any IP Addresses
that contain the specified string. A trailing * will match any
IP Addresses that start with the specified string.
The NOT keyword can be used: <ip list> NOT <ip list>