XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix A: The ACCONF File
XYPRO Technology Corporation 107 Proprietary and Confidential
A21: OBEY_PROMPT
This keyword suppresses the prefixing of an obey file input line(s) with the current
prompt when the input files are displayed.
Syntax:
OBEY_PROMPT {ON | OFF}
Example 1:
OBEY_PROMPT ON
Input lines display:
$SYSTEM.XYGATEAC 1> OBEY obeytst
$SYSTEM.XYGATEAC 1> fileinfo acacl
$SYSTEM.XYGATEAC
CODE EOF LAST MODIFIED OWNER RWEP PExt SExt
ACACL 101 39374 01JUL2004 7:54 222,212 CCCC 16 16
$SYSTEM.XYGATEAC 2> fileinfo acconf
$SYSTEM.XYGATEAC
CODE EOF LAST MODIFIED OWNER RWEP PExt SExt
ACCONF 101 448 30JUN2004 8:40 222,212 CCCC 8 32
Example 2:
OBEY_PROMPT OFF
Input lines display:
$SYSTEM.XYGATEAC 3> OBEY obeytst
fileinfo acacl
$ SYSTEM.XYGATEAC
CODE EOF LAST MODIFIED OWNER RWEP PExt SExt
ACACL 101 39374 01JUL2004 7:54 222,212 CCCC 16 16
fileinfo acconf
$ SYSTEM.XYGATEAC
CODE EOF LAST MODIFIED OWNER RWEP PExt SExt
ACCONF 101 6448 30JUN2004 8:40 222,212 CCCC 8 32
The default behavior (when the keyword is not present) is ON.