Description

Type integer READONLY

Read-only constant used with the feature_enabled() function to determine whether LDAP features are available on a particular policy server.

Example
if (!feature_enabled(FEATURE_LDAP) 
print("LDAP support is not available on this policy server");
Related Topics

FEATURE_VAS