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 "
|
||||
"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,
|
||||
|
Loading…
Reference in New Issue
Block a user