Skip to content
Snippets Groups Projects
Commit d13d15c3 authored by Howard Chu's avatar Howard Chu
Browse files

Revert prev commit, don't advertise subord scope

parent 1b40253d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,9 @@ static struct berval builtin_supportedFeatures[] = {
BER_BVC(LDAP_FEATURE_ABSOLUTE_FILTERS), /* (&) and (|) search filters */
BER_BVC(LDAP_FEATURE_LANGUAGE_TAG_OPTIONS), /* Language Tag Options */
BER_BVC(LDAP_FEATURE_LANGUAGE_RANGE_OPTIONS), /* Language Range Options */
#ifdef LDAP_DEVEL
BER_BVC(LDAP_FEATURE_SUBORDINATE_SCOPE), /* "children" search scope */
#endif
BER_BVNULL
};
static struct berval *supportedFeatures;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment