Description
Type integer READONLY
false contains the constant value 0.
Example
adminusers = {"dan","robyn","cory"}; if ((user in adminusers) == false) reject;
Type integer READONLY
false contains the constant value 0.
adminusers = {"dan","robyn","cory"}; if ((user in adminusers) == false) reject;
Type integer READONLY
Read-only constant used with the feature_enabled() function to determine whether LDAP features are available on a particular policy server.
if (!feature_enabled(FEATURE_LDAP) print("LDAP support is not available on this policy server");
Type integer READONLY
Read-only constant used with the feature_enabled() function to determine whether Authentication Services features are available on a particular policy server.
if (!feature_enabled(FEATURE_VAS)
print("Authentication Services support is not available on this policy server");
Type integer READONLY
gid contains the Group ID of the submitting user's primary group on the client host.
adminusers = {"dan","robyn","cory"}; printf ("Request received from user id:%d %d\n", uid, gid);
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center