]> git.sur5r.net Git - openldap/commitdiff
LDAP_FEATURE_SUBORDINATE_SCOPE is from expired draft-sermersheim-ldap-subordinate...
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Sep 2017 18:51:27 +0000 (11:51 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Sep 2017 18:51:27 +0000 (11:51 -0700)
servers/slapd/root_dse.c

index a88b540cb506390d91870290e3a28bae22fdbb45..491d34447ddb23c3085657cfc296db3158ce8d5a 100644 (file)
@@ -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;