XAC: Open denied for and object
Execution of some programs depending on a second object file to be executed.
Add OPENSBYOBJECTS keyword pointing to the dependent object in the XAC Command.
?The keyword controls what object files XAC will allow to be opened in addition to the OBJECT program. Filenames can be up to 40-characters in length, including node specifications; wildcards are permitted.
The Example below runs CMI as user 255,253 and only allows CMPLIB to access the terminal. This prevents the use of the CMI XEQ command to start programs.
COMMAND CMI-255
Example: DESCRIPTION "CMI AS SUPER.COMM"
USER 255,253
OBJECT $SYSTEM.SYSTEM.CMI
ACL 1,* 3,5
TIMEOUT 300
OPENSBYOBJECTS \XYPRO.$SYSTEM.SYSTEM.CMPLIB
If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
Related Articles
XAC: XAC - Database server object filename wrong.
Stop the XAC database process. The next XAC command will automatically restart the database server with the default object DBSO. The default XAC database process is named $ACDB If this article did not provide a solution, please open a case with our ...
XAC: How to resolve "unable to open /bin/sh, Error (4006, 112, 0): Unable to Open File."
References to OSHMAC in the XAC command should be replaced with the following: INPUT "SINK [#LOAD $SYSTEM.XYGATEAC.LOADXOA]" Example: COMMAND AUDITED-TACL-SSH DESCRIPTION "Keystroke audited TACL over SSH" USER 255,255 ACL $EVERYONE OBJECT ...
XAC: How to add SAFEGUARD_PRIVLOGON for an XAC command.
If the USER_SWITCH is present in both ACCONF and ACACL files, then the value in XAC COMMAND entry in ACACL file will overrule the ACCONF. Add USER_SWITCH SAFEGUARD_PRIVLOGON to the XAC command. In order to use the SAFEGUARD_PRIVLOGON option, create a ...
XAC: How to configure XAC TACLs for static SSH windows
Add a static service via the SSH STNCOM utility Example: STNCOM $<process name> (Where $<process name> is the name of a valid STN process, e.g. $ZPTY ADD SERVICE AUDTACL, TYPE STATIC 2. The service added in step #1 will need several static windows ...
XTR: Error Message Message "XTRAUTH: Access denied. Contact your security administrator. TASK/ACL: NETWORK LEVEL: <XTR ACLGROUP NAME>
These XTR error messages are returned by the XYGATE GUIs. <XTR ACLGROUP NAME> can be any valid ACLGROUP name configured in the TRACL file, e.g. $OWNER, $REPORTERS, $SM_MAINT_OBJECTS. Example: XTRAUTH: Access denied. Contact your security ...