]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add missing net_timeout option to sample ldap config
authorNick Porter <nick@portercomputing.co.uk>
Tue, 11 Apr 2023 10:27:03 +0000 (11:27 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 13 Apr 2023 18:27:33 +0000 (19:27 +0100)
raddb/mods-available/ldap

index 69b996c069f9a50ec9a36d3ec0419622b7ce801d..a04cd03e02e793f382e852d159fc277dfdf9da6c 100644 (file)
@@ -650,6 +650,13 @@ ldap {
                #
                interval = 3
 
+               #
+               #  net_timeout:: Sets the timeout for establishing connections.
+               #
+               #  NOTE: `LDAP_OPT_NETWORK_TIMEOUT` is set to this value.
+               #
+               net_timeout = 10
+
                #
                #  reconnection_delay:: Sets the time in seconds before a failed connection
                #  will attempt reconnection.  This includes failures to bind as the admin