mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Syntaxes must come before attributetypes in schema object
This commit is contained in:
parent
330fc85c2e
commit
62e65ec89b
1 changed files with 2 additions and 2 deletions
|
|
@ -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' "
|
||||
|
|
|
|||
Loading…
Reference in a new issue