]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set LDAP servers start to 0 in tests
authorNick Porter <nick@portercomputing.co.uk>
Thu, 24 Aug 2023 13:04:38 +0000 (14:04 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 24 Aug 2023 13:05:12 +0000 (14:05 +0100)
Reduces noise in logs as only the relevant server connection starts

src/tests/modules/ldap/module.conf

index 9f74b60d94dcc4334b9d6d364681eabdda315dbb..2764dbcbcaab34a39c7a381c212aa02c9981b9c0 100644 (file)
@@ -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