Description
Type boolean READONLY
bkgd reflects the "-b" background argument of a pmrun call. If the user requested the background mode, it is set to 1.
To change whether the call runs in the background, set the runbkgd variable.
Type boolean READONLY
bkgd reflects the "-b" background argument of a pmrun call. If the user requested the background mode, it is set to 1.
To change whether the call runs in the background, set the runbkgd variable.
Type integer READONLY
Process ID of client's parent process.
# only allow requests submitted from a login shell # (parent process name starts with a dash) if (client_parent_procname[0] == "-") { printf("process info -- name:[%s], pid[%d], uid[%d]\n" client_parent_procname, client_parent_pid, client_parent_uid); reject "only requests from login shells are allowed"; }
Type integer READONLY
User ID associated with the client's parent process.
# only allow requests submitted from a login shell # (parent process name starts with a dash) if (client_parent_procname[0] == "-") { printf("process info -- name:[%s], pid[%d], uid[%d]\n" client_parent_procname, client_parent_pid, client_parent_uid); reject "only requests from login shells are allowed"; }
Type string READONLY
Process name of a client's parent process.
# only allow requests submitted from a login shell # (parent process name starts with a dash) if (client_parent_procname[0] == "-") { printf("process info -- name:[%s], pid[%d], uid[%d]\n" client_parent_procname, client_parent_pid, client_parent_uid); reject "only requests from login shells are allowed"; }
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center