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)); }
The following predefined global variables appear only in the audit (event) log. They are not available for use in the policy file, as they are set by pmlocald during the runcommand session.
Variable | Data Type | Description |
---|---|---|
alertdate | string | Date on which the alert was raised. |
alerttime | string | Time at which the alert was raised. |
event | string | Type of event. |
exitdate | string | Date on which the finish event was logged. |
exitstatus | string | Exit status of the request |
string |
Exit time of the request. |
Type string READONLY
event identifies the type of event logged by the policy server process. An event is logged when the policy server accepts or rejects a command.
Possible values are:
This value is saved in the event log and can be viewed using pmlog.
#Display all accepted events from the audit log pmlog –c 'event == "Accept"'
Type string READONLY
exitdate is the date the requested command finished running. This is saved in the event log when the session exits, and can be viewed using pmlog.
#Display all events that finished on 15 january 2009 pmlog -c 'exitdate == "2009/01/15"'
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center