]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Document max_retries in ChangeLog
authorNick Porter <nick@portercomputing.co.uk>
Fri, 24 Feb 2023 11:34:00 +0000 (11:34 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 24 Feb 2023 11:34:00 +0000 (11:34 +0000)
doc/ChangeLog

index 5de9bd1bc08c5937f3930dd2f243aab3e25e30a5..9ca32e474348ef45b2c0cdac112be84250964185 100644 (file)
@@ -1,5 +1,9 @@
 FreeRADIUS 3.2.3 Thu 16 Feb 2023 12:00:00 EDT urgency=low
        Configuration changes
+       * Modules ldap and sql modules now have  a "max_retries"
+         configuration item in the pool section.  This sets a
+         limit on how many times an operation will be retried
+         if it fails indicating a connection issue.
 
        Feature improvements