mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#8337 fix missing olcDbChecksum config attr
This commit is contained in:
parent
04ff967451
commit
901fe3318f
@ -163,8 +163,8 @@ static ConfigOCs bdbocs[] = {
|
|||||||
#endif
|
#endif
|
||||||
"SUP olcDatabaseConfig "
|
"SUP olcDatabaseConfig "
|
||||||
"MUST olcDbDirectory "
|
"MUST olcDbDirectory "
|
||||||
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbConfig $ "
|
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbChecksum $ "
|
||||||
"olcDbCryptFile $ olcDbCryptKey $ "
|
"olcDbConfig $ olcDbCryptFile $ olcDbCryptKey $ "
|
||||||
"olcDbNoSync $ olcDbDirtyRead $ olcDbIDLcacheSize $ "
|
"olcDbNoSync $ olcDbDirtyRead $ olcDbIDLcacheSize $ "
|
||||||
"olcDbIndex $ olcDbLinearIndex $ olcDbLockDetect $ "
|
"olcDbIndex $ olcDbLinearIndex $ olcDbLockDetect $ "
|
||||||
"olcDbMode $ olcDbSearchStack $ olcDbShmKey $ "
|
"olcDbMode $ olcDbSearchStack $ olcDbShmKey $ "
|
||||||
|
Loading…
Reference in New Issue
Block a user