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);
Type string READONLY
group contains the name of user's primary group.
if (group == "admin") adminusers = append(adminusers,user);
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center