Chat now with support
Chat with Support

Privilege Manager for Unix 7.1 - Administration Guide

Introducing Privilege Manager for Unix Planning Deployment Installation and Configuration Upgrade Privilege Manager for Unix System Administration Managing Security Policy The Privilege Manager for Unix Security Policy Advanced Privilege Manager for Unix Configuration Administering Log and Keystroke Files InTrust Plug-in for Privilege Manager for Unix Troubleshooting Privilege Manager for Unix Policy File Components Privilege Manager for Unix Variables
Variable names Variable scope Global input variables Global output variables Global event log variables PM settings variables
Privilege Manager for Unix Flow Control Statements Privilege Manager for Unix Built-in Functions and Procedures
Environment functions Hash table functions Input and output functions LDAP functions LDAP API example List functions Miscellaneous functions Password functions Remote access functions String functions User information functions Authentication Services functions
Privilege Manager for Unix programs Installation Packages

eventlog

Description

Type string READ/WRITE

eventlog contains the full pathname of the file in which audit events are logged. The default pathname is /var/opt/quest/qpm4u/pmevents.db.

Example
adminusers = {"dan","robyn","cory"} 
if (user in adminusers) 
   eventlog = "/var/log/pm+admin_eventlog_" + user + ".log"; 
else 
   eventlog = "/var/opt/quest/qpm4u/pmevents.db";

eventloghost

Description

Type string READ/WRITE

eventloghost is a string that defines the host that acts as a centralized event log server.

Example
eventloghost="sol32.test.com";
Related Topics

eventlog

event

execfailedmsg

Description

Type string READ/WRITE

If execfailedmsg is defined, this string sets the error message that displays if pmlocald fails to run runcommand for any reason other than the file not being found.

Example
if (user != "root") 
{ 
   execfailedmsg = "This command is not available to you at this time"; 
}
Related Topics

notfoundmsg

runcommand

iolog

Description

Type string READ/WRITE

iolog is the full path name of the keystroke log file in which input, output, and error output is logged.

Example
if (command in {"csh","ksh"}) 
{ 
   iolog_encrypt = true; 
   log_passwords = false; 
   iolog_errmax = 10000; 
   iolog_opmax = 10000; 
   iolog = mktemp("/var/adm/shells/pm." + user + "." + basename(runcommand) + ".XXXXXX"); 
   accept; 
} 
   else 
{ 
   iolog=mktemp("/var/adm/pm." + user + "." + basename(runcommand) + ".XXXXXX");
}
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating