]> git.sur5r.net Git - openldap/commitdiff
Syntaxes must come before attributetypes in schema object
authorHoward Chu <hyc@openldap.org>
Tue, 1 Nov 2011 19:46:10 +0000 (12:46 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 3 Nov 2011 00:25:16 +0000 (17:25 -0700)
servers/slapd/bconfig.c

index 73ca343877fb6559cc859f5b01c26dd9ac2810ef..c1e0bbcc0ae0507783441c79983474cc92d74c65 100644 (file)
@@ -823,8 +823,8 @@ static ConfigOCs cf_ocs[] = {
                "NAME 'olcSchemaConfig' "
                "DESC 'OpenLDAP schema object' "
                "SUP olcConfig STRUCTURAL "
-               "MAY ( cn $ olcObjectIdentifier $ olcAttributeTypes $ "
-                "olcObjectClasses $ olcDitContentRules $ olcLdapSyntaxes ) )",
+               "MAY ( cn $ olcObjectIdentifier $ olcLdapSyntaxes $ "
+                "olcAttributeTypes $ olcObjectClasses $ olcDitContentRules ) )",
                        Cft_Schema, NULL, cfAddSchema },
        { "( OLcfgGlOc:3 "
                "NAME 'olcBackendConfig' "