mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
HDB needs its own config objectclass to avoid confusion when parsing the
config db
This commit is contained in:
parent
7339896d60
commit
c384e2ed13
1 changed files with 8 additions and 1 deletions
|
|
@ -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 $ "
|
||||
|
|
|
|||
Loading…
Reference in a new issue