Type integer READONLY
Indicates if the request is local.
# reject requests to run on a remote host if (requestLocal == false) reject "remote requests are not allowed";
Type string READONLY
if ((user in adminusers) && (requestuser in adminusers_allowed)) { runuser = requestuser; }
Type string READONLY
The user's sAMAccountName for the submit user if Authentication Services is configured and the client is able to determine the sAMAccountName. Otherwise this variable is set to an empty string.
# reject if the user is not in the uxwheel AD group if (vas_user_is_member(samaccount, "uxwheel", domainname) == false) reject "user is not in uxwheel group";
Type integer READONLY
status contains the exit status of the most recent command run by the system function.
Cprofile=system("find /home/custom_appl –name customprofile.txt"); if (status == 0) { welcome_msg=readfile(Cprofile); print(welcome_msg); }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Conditions d’utilisation Confidentialité