Type string READ/WRITE
runuser is a modifiable copy of the user input variable. Specifies the user name that pmlocald uses when initializing the runtime environment for the runcommand.
if ( (user == "apache") && (command == "admin.cgi") ) { runuser="root"; }
Type string READ/WRITE
runutmpuser specifies the login name of the user that will be used when updating the UNIX® utmp and wtmp files when the request is executed.
if ( user == "djv" ) { runutmpuser="dave"; }
Type string READ/WRITE
subprocuser is the user name used to run any subprocesses of pmmasterd such as, when running the system function. The default value is "root".
subprocuser="appl_user"; cfile=system("find /home/applhome –name customprofile.txt"); if (status == 0) { print(readfile(cfile)); }
Type integer READ/WRITE
tmplogdir is the directory used for temporary storage of I/O log files if a remote log host is specified in iologhost. The default value is /opt/quest/qpm4u/iologs/queue.
iologhost="sol34.test.com"; tmplogdir="/var/iologs/queue"; iolog = mktemp("/var/adm/pm.enc."+user+"."+command+".XXXXXX"); }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy