XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix A: The ACCONF File
XYPRO Technology Corporation 101 Proprietary and Confidential
A8: COLLECTOR
This keyword sets the name of the default spooler collector to use for report generation
using the XAC_REPORT macro.
Syntax:
COLLECTOR <collector name>
Example:
COLLECTOR $S2
If this keyword is omitted from the ACCONF file, the $S collector will be used as the
default.
A9: COMMANDESCAPE
This keyword sets the command escape lead-in character(s). The default escape
lead-in character(s) is a right angle-bracket (>) for XAC versions before 5.60, and two
left-angle brackets (<<) for new installations beginning with version 5.60.
Syntax:
COMMANDESCAPE <string>
Example:
COMMANDESCAPE <
The above example changes the command escape lead-in character to a left-angle
bracket (<) in place of the default right-angle bracket (>) for XAC versions before
version 5.60.
Refer also to the sections on DENYCMD, ALLOWCMD, NOCOMMANDESCAPE, and
NULLNULLNOCMDESC in Appendix C: for an explanation of how to control the use of
XAC’s internal commands.
A10: COMPANY_NAME
This keyword sets the name of the installation. The name of the company is displayed
on report headers. By default, the INSTALL macro sets the COMPANY_NAME value
to the name of the company specified in the XYPRO license for XAC. The company
name <string> must be enclosed by double-quotation marks.
Syntax:
COMPANY_NAME "<string>"
Example:
COMPANY_NAME "East Simi Valley Financial Center"