HDB needs its own config objectclass to avoid confusion when parsing the

config db
This commit is contained in:
Howard Chu 2005-07-01 00:17:51 +00:00
parent 7339896d60
commit c384e2ed13

View file

@ -118,9 +118,16 @@ static ConfigTable bdbcfg[] = {
};
static ConfigOCs bdbocs[] = {
{ "( OLcfgDbOc:1.1 "
{
#ifdef BDB_HIER
"( OLcfgDbOc:1.2 "
"NAME 'olcHdbConfig' "
"DESC 'HDB backend configuration' "
#else
"( OLcfgDbOc:1.1 "
"NAME 'olcBdbConfig' "
"DESC 'BDB backend configuration' "
#endif
"SUP olcDatabaseConfig "
"MUST olcDbDirectory "
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbConfig $ "