mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Fix MDB objectClass so that MDB will load
This commit is contained in:
parent
d7c964fedb
commit
6a435736fb
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ static ConfigOCs mdbocs[] = {
|
|||
"DESC 'MDB backend configuration' "
|
||||
"SUP olcDatabaseConfig "
|
||||
"MUST olcDbDirectory "
|
||||
"MAY ( olcDbCheckpoint $ olcDbEnvFlags "
|
||||
"MAY ( olcDbCheckpoint $ olcDbEnvFlags $ "
|
||||
"olcDbNoSync $ olcDbIndex $ olcDbMaxReaders $ olcDbMaxsize $ "
|
||||
"olcDbMode $ olcDbSearchStack ) )",
|
||||
Cft_Database, mdbcfg },
|
||||
|
|
|
|||
Loading…
Reference in a new issue