]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8747 Allow olcBkLloadClientMaxPending in cn=config
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 8 Jun 2021 09:17:45 +0000 (10:17 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 21 Jun 2021 16:36:06 +0000 (16:36 +0000)
servers/lloadd/config.c

index 91e54e851946f5b87c950aa265b6fe2d10b8d46f..002ea683d977bfae0165ac45197f5628c9d2d3a2 100644 (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,