]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add reconnection_delay to mods-available/ldap (#4413)
authorNick Porter <nick@portercomputing.co.uk>
Thu, 24 Mar 2022 16:18:00 +0000 (16:18 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 16:18:00 +0000 (10:18 -0600)
raddb/mods-available/ldap

index c1c872f591e121185fb99786c2621a52c6aba344..d811482651d4559ba1fab7e61f7abdcfb4250122 100644 (file)
@@ -696,6 +696,13 @@ ldap {
                #  NOTE: `LDAP_OPT_X_KEEPALIVE_INTERVAL` is set to this value.
                #
                interval = 3
+
+               #
+               #  reconnection_delay:: Sets the time in seconds before a failed connection
+               #  will attempt reconnection.  This includes failures to bind as the admin
+               #  user due to incorrect credentials.
+               #
+               reconnection_delay = 10
        }
 
        #