mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#8747 Allow olcBkLloadClientMaxPending in cn=config
This commit is contained in:
parent
f016d88786
commit
2d78b6274f
@ -626,7 +626,8 @@ static ConfigTable config_back_cf_table[] = {
|
|||||||
"EQUALITY integerMatch "
|
"EQUALITY integerMatch "
|
||||||
"SYNTAX OMsInteger "
|
"SYNTAX OMsInteger "
|
||||||
"SINGLE-VALUE )",
|
"SINGLE-VALUE )",
|
||||||
NULL, NULL
|
NULL,
|
||||||
|
{ .v_uint = 0 }
|
||||||
},
|
},
|
||||||
|
|
||||||
/* cn=config only options */
|
/* cn=config only options */
|
||||||
@ -747,6 +748,7 @@ static ConfigOCs lloadocs[] = {
|
|||||||
"$ olcBkLloadTLSProtocolMin "
|
"$ olcBkLloadTLSProtocolMin "
|
||||||
"$ olcBkLloadTLSCRLFile "
|
"$ olcBkLloadTLSCRLFile "
|
||||||
"$ olcBkLloadTLSShareSlapdCTX "
|
"$ olcBkLloadTLSShareSlapdCTX "
|
||||||
|
"$ olcBkLloadClientMaxPending "
|
||||||
") )",
|
") )",
|
||||||
Cft_Backend, config_back_cf_table,
|
Cft_Backend, config_back_cf_table,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user