From: Ondřej Kuzník Date: Tue, 8 Jun 2021 09:17:45 +0000 (+0100) Subject: ITS#8747 Allow olcBkLloadClientMaxPending in cn=config X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d78b6274f0004822a27a1d87edb0658db11edef;p=thirdparty%2Fopenldap.git ITS#8747 Allow olcBkLloadClientMaxPending in cn=config --- diff --git a/servers/lloadd/config.c b/servers/lloadd/config.c index 91e54e8519..002ea683d9 100644 --- a/servers/lloadd/config.c +++ b/servers/lloadd/config.c @@ -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,