ITS#8747 Allow olcBkLloadClientMaxPending in cn=config

This commit is contained in:
Ondřej Kuzník 2021-06-08 10:17:45 +01:00 committed by Quanah Gibson-Mount
parent f016d88786
commit 2d78b6274f

View File

@ -626,7 +626,8 @@ static ConfigTable config_back_cf_table[] = {
"EQUALITY integerMatch "
"SYNTAX OMsInteger "
"SINGLE-VALUE )",
NULL, NULL
NULL,
{ .v_uint = 0 }
},
/* cn=config only options */
@ -747,6 +748,7 @@ static ConfigOCs lloadocs[] = {
"$ olcBkLloadTLSProtocolMin "
"$ olcBkLloadTLSCRLFile "
"$ olcBkLloadTLSShareSlapdCTX "
"$ olcBkLloadClientMaxPending "
") )",
Cft_Backend, config_back_cf_table,
NULL,