X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_features.nt;h=746e7d9f3e15c3ea30336fdd5e5b80a7b9ed0c5a;hb=1f1f8849ebb285dab07dfd06e75d1adef51f01a4;hp=d7d3ad58dc50aef646ccabe2bdd434f39ffab98a;hpb=0bb431d3b38f6d7feab4bcd175bac226ef5e02be;p=openldap diff --git a/include/ldap_features.nt b/include/ldap_features.nt index d7d3ad58dc..746e7d9f3e 100644 --- a/include/ldap_features.nt +++ b/include/ldap_features.nt @@ -47,10 +47,15 @@ /* is threadsafe version of -lldap (ie: -lldap_r) *available* or not */ #define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE LDAP_VENDOR_VERSION -/* LDAP v2 DNS */ -/* #undef LDAP_API_FEATURE_X_OPENLDAP_V2_DNS */ - /* LDAP v2 Referrals */ #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_VENDOR_VERSION +/* LDAP Server Side Sort. */ +#define LDAP_API_FEATURE_SERVER_SIDE_SORT 1000 + +/* LDAP Virtual List View. Version = 1000 + draft revision. + * VLV requires Server Side Sort control. + */ +#define LDAP_API_FEATURE_VIRTUAL_LIST_VIEW 1000 + #endif /* LDAP_FEATURES */