]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Bump LDAP timeouts for CI
authorNick Porter <nick@portercomputing.co.uk>
Tue, 10 Sep 2024 15:21:13 +0000 (16:21 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 10 Sep 2024 16:01:46 +0000 (17:01 +0100)
src/tests/modules/ldap/module.conf

index 5d11c772244b0dd136c25b98d8d55fbe159dca37..91bee638729bb89ad904d38813bc87c398c8eccf 100644 (file)
@@ -356,8 +356,8 @@ ldap {
                rebind = yes
                referral_depth = 2
 
-               #  Seconds to wait for LDAP query to finish. default: 20
-               timeout = 10
+               #  Seconds to wait for network activity
+               net_timeout = 20
 
                #  Seconds LDAP server has to process the query (server-side
                #  time limit). default: 20
@@ -569,7 +569,7 @@ ldap ldapssl {
                rebind = yes
                referral_depth = 2
 
-               timeout = 10
+               net_timeout = 20
                timelimit = 3
                idle = 60
                probes = 3
@@ -687,7 +687,7 @@ ldap ldaptls {
                rebind = yes
                referral_depth = 2
 
-               timeout = 10
+               net_timeout = 20
                timelimit = 3
                idle = 60
                probes = 3
@@ -745,7 +745,7 @@ ldap ldapsasl {
                chase_referrals = yes
                rebind = yes
                referral_depth = 2
-               timeout = 10
+               net_timeout = 20
                timelimit = 3
                idle = 60
                probes = 3
@@ -792,7 +792,7 @@ ldap ldapldapi {
                chase_referrals = yes
                rebind = yes
                referral_depth = 2
-               timeout = 10
+               net_timeout = 20
                timelimit = 3
                idle = 60
                probes = 3
@@ -845,7 +845,7 @@ ldap ldapsaslproxy {
                chase_referrals = yes
                rebind = yes
                referral_depth = 2
-               timeout = 10
+               net_timeout = 20
                timelimit = 3
                idle = 60
                probes = 3
@@ -887,7 +887,7 @@ ldap ldap_dynamic_dn {
                chase_referrals = yes
                rebind = yes
                referral_depth = 2
-               timeout = 10
+               net_timeout = 20
                timelimit = 3
                idle = 60
                probes = 3