mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#8337 fix missing olcDbChecksum config attr
This commit is contained in:
parent
04ff967451
commit
901fe3318f
1 changed files with 2 additions and 2 deletions
|
|
@ -163,8 +163,8 @@ static ConfigOCs bdbocs[] = {
|
|||
#endif
|
||||
"SUP olcDatabaseConfig "
|
||||
"MUST olcDbDirectory "
|
||||
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbConfig $ "
|
||||
"olcDbCryptFile $ olcDbCryptKey $ "
|
||||
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbChecksum $ "
|
||||
"olcDbConfig $ olcDbCryptFile $ olcDbCryptKey $ "
|
||||
"olcDbNoSync $ olcDbDirtyRead $ olcDbIDLcacheSize $ "
|
||||
"olcDbIndex $ olcDbLinearIndex $ olcDbLockDetect $ "
|
||||
"olcDbMode $ olcDbSearchStack $ olcDbShmKey $ "
|
||||
|
|
|
|||
Loading…
Reference in a new issue