From: Nick Porter Date: Thu, 24 Aug 2023 13:04:38 +0000 (+0100) Subject: Set LDAP servers start to 0 in tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5e87186c898469642f5ff4b04afb757be71a81;p=thirdparty%2Ffreeradius-server.git Set LDAP servers start to 0 in tests Reduces noise in logs as only the relevant server connection starts --- diff --git a/src/tests/modules/ldap/module.conf b/src/tests/modules/ldap/module.conf index 9f74b60d94d..2764dbcbcaa 100644 --- a/src/tests/modules/ldap/module.conf +++ b/src/tests/modules/ldap/module.conf @@ -419,7 +419,7 @@ ldap { # limits are ignored, and only one connection is used. pool { # Number of connections to start - start = 5 + start = 0 # Minimum number of connections to keep open min = 4 @@ -574,7 +574,7 @@ ldap ldapssl { } pool { - start = 1 + start = 0 min = 1 max = 4 spare = 0 @@ -689,7 +689,7 @@ ldap ldaptls { } pool { - start = 1 + start = 0 min = 1 max = 4 spare = 3