Type string READ/WRITE
rungroup is a modifiable copy of the group input variable. It specifies the primary group for pmlocald to use when initializing the runtime environment.
if ( (user == "apache") && (command == "admin.cgi") ) { rungroup="root"; }
Type list READ/WRITE
rungroups is a modifiable copy of the groups input variable. It specifies the full list of groups for pmlocad to use when initializing the runtime environment.
if ( (user == "apache") && (command == "admin.cgi") ) { rungroups={"admin","operators"}; }
Type string READ/WRITE
runhost specifies the host on which the runcommand will execute.
If ( command == "runSimulation" ) { runhost="sol34.test.com"; }
Type integer READ/WRITE
runnice specifies the execution priority that pmlocald sets when initializing the runtime environment. (For more details, see the UNIX® man pages for nice.)
if ( timebetween(900,1630) ) { runnice=010; } else { runnice=020; }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy