From: Nick Porter Date: Thu, 24 Mar 2022 16:18:00 +0000 (+0000) Subject: Add reconnection_delay to mods-available/ldap (#4413) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff44279bd409129bafc3f38f0dbbf0c3c16f1fe;p=thirdparty%2Ffreeradius-server.git Add reconnection_delay to mods-available/ldap (#4413) --- diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap index c1c872f591e..d811482651d 100644 --- a/raddb/mods-available/ldap +++ b/raddb/mods-available/ldap @@ -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 } #