]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set bind_pool start = 0 to reduce noise in LDAP test logs
authorNick Porter <nick@portercomputing.co.uk>
Fri, 25 Aug 2023 17:15:50 +0000 (18:15 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 29 Aug 2023 11:08:30 +0000 (12:08 +0100)
src/tests/modules/ldap/module.conf

index 06266454c895b72dbeaed183741b4fa7cd76547a..1b97d3906d8a6334df08d1efa4d0096d590b80c6 100644 (file)
@@ -471,6 +471,10 @@ ldap {
                #  The solution is to either lower the 'min' connections,
                #  or increase lifetime/idle_timeout.
        }
+
+       bind_pool {
+               start = 0
+       }
 }
 
 #
@@ -583,6 +587,10 @@ ldap ldapssl {
                idle_timeout = 60
                retry_delay = 1
        }
+
+       bind_pool {
+               start = 0
+       }
 }
 
 #
@@ -698,6 +706,10 @@ ldap ldaptls {
                idle_timeout = 60
                retry_delay = 1
        }
+
+       bind_pool {
+               start = 0
+       }
 }
 
 #
@@ -745,6 +757,10 @@ ldap ldapsasl {
                idle_timeout = 60
                retry_delay = 1
        }
+
+       bind_pool {
+               start = 0
+       }
 }
 
 #
@@ -788,4 +804,8 @@ ldap ldapldapi {
                idle_timeout = 60
                retry_delay = 1
        }
+
+       bind_pool {
+               start = 0
+       }
 }