From 2d78b6274f0004822a27a1d87edb0658db11edef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 8 Jun 2021 10:17:45 +0100 Subject: [PATCH] ITS#8747 Allow olcBkLloadClientMaxPending in cn=config --- servers/lloadd/config.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,