]> git.sur5r.net Git - openldap/commitdiff
IANA assigned OIDs
authorKurt Zeilenga <kurt@openldap.org>
Fri, 12 Aug 2005 21:29:51 +0000 (21:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 12 Aug 2005 21:29:51 +0000 (21:29 +0000)
servers/slapd/root_dse.c

index 7160288f658de3bf263c24f8754b9d4164587c4c..8dd7e3a9161a586cfa17630024d2e4627a1d340e 100644 (file)
@@ -29,6 +29,7 @@
 #endif
 
 static struct berval supportedFeatures[] = {
+       BER_BVC(LDAP_FEATURE_MODIFY_INCREMENT),         /* Modify/increment */
        BER_BVC(LDAP_FEATURE_ALL_OP_ATTRS),                     /* All Op Attrs (+) */
        BER_BVC(LDAP_FEATURE_OBJECTCLASS_ATTRS),        /* OCs in Attrs List (@class) */
        BER_BVC(LDAP_FEATURE_ABSOLUTE_FILTERS),         /* (&) and (|) search filters */
@@ -37,7 +38,6 @@ static struct berval supportedFeatures[] = {
 
 #ifdef LDAP_DEVEL
        BER_BVC(LDAP_FEATURE_SUBORDINATE_SCOPE),        /* "children" search scope */
-       BER_BVC(LDAP_FEATURE_MODIFY_INCREMENT),         /* Modify/increment */
 #endif
        {0,NULL}
 };