From: Nick Porter Date: Thu, 11 Jan 2024 17:42:56 +0000 (+0000) Subject: Minimise number of LDAP connections starting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269ed65b2c11b67c08b0ecb19bb6d680f34537b6;p=thirdparty%2Ffreeradius-server.git Minimise number of LDAP connections starting --- diff --git a/src/tests/ldap_sync/rfc4533/config/radiusd.conf b/src/tests/ldap_sync/rfc4533/config/radiusd.conf index 2815a0325c6..f2d19554502 100644 --- a/src/tests/ldap_sync/rfc4533/config/radiusd.conf +++ b/src/tests/ldap_sync/rfc4533/config/radiusd.conf @@ -79,6 +79,14 @@ modules { user { base_dn = "ou=people,${..base_dn}" } + pool { + start = 0 + min = 1 + } + bind_pool { + start = 0 + min = 1 + } } linelog {