Description
Type string READ/WRITE
Set runconfirmuser to a user name to direct pmlocald to request the runuser to authenticate as this user before running the runcommand. If authentication fails, then pmlocald rejects the session.
Example
if ( (user in appl_users) && (command in appl_cmds) ) 
{ 
   runconfirmuser=runuser; 
}