From: Kurt Zeilenga Date: Fri, 12 Aug 2005 21:29:51 +0000 (+0000) Subject: IANA assigned OIDs X-Git-Tag: OPENLDAP_REL_ENG_2_2_28~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3a8c2d44665789bf141a3cdbc78e5ce9dec0b8;p=thirdparty%2Fopenldap.git IANA assigned OIDs --- diff --git a/servers/slapd/root_dse.c b/servers/slapd/root_dse.c index 7160288f65..8dd7e3a916 100644 --- a/servers/slapd/root_dse.c +++ b/servers/slapd/root_dse.c @@ -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} };