Description
Type string READONLY
nodename contains the host name of the client host.
Example
printf("Client on host %s \n", nodename
Type string READONLY
nodename contains the host name of the client host.
printf("Client on host %s \n", nodename
Type integer READONLY
pid contains the process ID number of the pmmasterd process.
printf("The pmmasterd process id is :%i", pid);
Type integer READONLY
The client type (pmrun or sudo) of the Privilege Manager request.
# reject if pmclient_type is "sudo" if (pmclient_type == pmclient_type_sudo) { reject; } else if (pmclient_type == pmclient_type_pmrun) { ok = true; }
Type integer READONLY
Read-only constant for pmrun type clients. You can compare pmclient_type_pmrun to pmclient_type to determine if the request was sent from a Privilege Manager for Unix client including the pmrun command, the pmshells (pmksh, pmsh, pmcsh, pmbash), and the pmshellwrapper.
# reject if pmclient_type is "sudo" if (pmclient_type == pmclient_type_sudo) { reject; } else if (pmclient_type == pmclient_type_pmrun) { ok = true; }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Conditions d’utilisation Confidentialité