Fix MDB objectClass so that MDB will load

This commit is contained in:
Quanah Gibson-Mount 2012-09-26 16:48:57 -07:00
parent d7c964fedb
commit 6a435736fb

View File

@ -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 },