Description
Type string READONLY
submithostip contains the IP address of the host where a request was submitted.
Example
if ( submithost == "10.10.180.123") { reject; }
Type string READONLY
submithostip contains the IP address of the host where a request was submitted.
if ( submithost == "10.10.180.123") { reject; }
Type string READONLY
The value of the thishost setting in the pm.settings file on the client. If you do not specify the thishost setting or if the client cannot resolve thishost to an IP address configured on the client, the variable remains undefined.
# print a warning if thishost is not defined if (!defined thishost) printf("WARNING: the thishost variable is not defined. \ Please check the pm.settings file on host %s.\n", submithost);
Type string READONLY
time contains the time the request was submitted in the form HH:MM:SS.
printf("Command Started At Time: %s", time)
Type integer READONLY
true is a read-only constant with a value of 1.
if (iolog_encrypt == true ) { iolog = mktemp("/var/adm/pm.enc."+user+"."+command+".XXXXXX"); }
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center