]> git.sur5r.net Git - openldap/commitdiff
Fix subentry OIDs
authorKurt Zeilenga <kurt@openldap.org>
Wed, 2 Oct 2002 01:18:46 +0000 (01:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 2 Oct 2002 01:18:46 +0000 (01:18 +0000)
servers/slapd/schema_prep.c

index ed5b819b574a475599866408b66741d4c1f6d4f4..fe9d43c306727b5330bc92d10416cde13baa9005 100644 (file)
@@ -301,7 +301,7 @@ static struct slap_schema_oc_map {
                        "SUP top STRUCTURAL MAY cn )",
                rootDseObjectClass, SLAP_OC_OPERATIONAL,
                offsetof(struct slap_internal_schema, si_oc_rootdse) },
-       { "subentry", "( 2.5.20.0 NAME 'subentry' "
+       { "subentry", "( 2.5.17.0 NAME 'subentry' "
                        "SUP top STRUCTURAL "
                        "MUST ( cn $ subtreeSpecification ) )",
                subentryObjectClass, SLAP_OC_SUBENTRY|SLAP_OC_OPERATIONAL,
@@ -320,7 +320,7 @@ static struct slap_schema_oc_map {
                "MUST cn )",
                0, SLAP_OC_OPERATIONAL,
                offsetof(struct slap_internal_schema, si_oc_monitor) },
-       { "collectiveAttributeSubentry", "( 2.5.20.2 "
+       { "collectiveAttributeSubentry", "( 2.5.17.2 "
                        "NAME 'collectiveAttributeSubentry' "
                        "AUXILIARY )",
                subentryObjectClass,