Description
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.
Example
if (!feature_enabled(FEATURE_VAS)
print("Authentication Services support is not available on this policy server");