]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ensure responses are sent to accounting packets written to detail files
authorNick Porter <nick@portercomputing.co.uk>
Thu, 1 Dec 2022 17:51:00 +0000 (17:51 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 1 Dec 2022 17:51:00 +0000 (17:51 +0000)
raddb/sites-available/default
raddb/sites-available/robust-proxy-accounting

index dbad8e4fedee7e22a4da8f28f23fc9ea5cb726c7..78b7ae7f37a487276e963d8e9b67913285e8ab18 100644 (file)
@@ -1147,7 +1147,13 @@ post-proxy {
        #  accounting packets to disk if the home server is down.
        #
 #      Post-Proxy-Type Fail-Accounting {
-#                      detail.example.com
+#              detail.example.com
+
+               #
+               #  Ensure a response is sent to the NAS now that the
+               #  packet has been written to a detail file.
+               #
+#              acct_response
 #      }
 }
 }
index ddd8af97a3047a07f4bed007ba52ffa401b30f09..73716430db01cb92451d9b8f0ef09b4bcae126f4 100644 (file)
@@ -116,6 +116,10 @@ server home.example.com {
                #
                Post-Proxy-Type Fail-Accounting {
                        detail.example.com
+
+                       #  Now that the packet has been stored
+                       #  mark that we can respond to the NAS
+                       acct_response
                }
 
                #