XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix A: The ACCONF File
XYPRO Technology Corporation 102 Proprietary and Confidential
A11: DEVICEINFO_LINE_REPLY
This keyword controls the value that is returned when a DEVICEINFO call is made
against the XAC process. This is similar to the DEVICEINFO_REPLY keyword in the
ACACL that deals with DEVICEINFO calls made to the XAC .#IN subdevice.
Syntax:
DEVICEINFO_LINE_REPLY <Type> <Subtype> <Record length>
Example:
DEVICEINFO_LINE_REPLY 0 0 132
A12: DUPOUTTOIN
This keyword controls the echoing of OUT file writes to the IN file when the input file
and output file are different and the input file is a terminal or process.
We recommend that you use this keyword in the ACACL file under specific Command
Entries where it may be needed or interactively using <<DUPOUTTOIN. This keyword
is allowed in the ACCONF file for convenience in debugging or other special
circumstances.
The default value is DUPOUTTOIN OFF.
Syntax:
DUPOUTTOIN { ON | OFF }
Example:
DUPOUTTOIN ON
With the above line in the ACCONF file, all output written to the output file will also be
written to the input file for all XAC sessions where the input file is not the same as the
output file.