]> 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)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Nov 2011 19:46:10 +0000 (12:46 -0700)
servers/slapd/bconfig.c

index eaa0c77375075b55741e44bdce8a77f188b74c3f..4bf67f794378eed902e777c1f7b77c1a6ecf92e0 100644 (file)
@@ -848,8 +848,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' "