Syntaxes must come before attributetypes in schema object

This commit is contained in:
Howard Chu 2011-11-01 12:46:10 -07:00
parent 330fc85c2e
commit 62e65ec89b

View 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' "