Use Fail-Accounting instead of Fail
authorAlan T. DeKok <aland@freeradius.org>
Sat, 18 Apr 2015 19:15:42 +0000 (15:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 18 Apr 2015 19:15:42 +0000 (15:15 -0400)
raddb/sites-available/default
raddb/sites-available/robust-proxy-accounting

index b3d38e2..1c971b9 100644 (file)
@@ -895,7 +895,7 @@ post-proxy {
        #  Accounting-Requests from the NAS, but only writes
        #  accounting packets to disk if the home server is down.
        #
-#      Post-Proxy-Type Fail {
+#      Post-Proxy-Type Fail-Accounting {
 #                      detail
 #      }
 }
index 7d8cb11..6beae03 100644 (file)
@@ -123,9 +123,18 @@ server home.example.com {
                #  "detail" file, where it will be read, and sent to
                #  another home server.
                #
-               Post-Proxy-Type Fail {
+               Post-Proxy-Type Fail-Accounting {
                        detail.example.com
                }
+
+               #
+               #  This section is run when there are problems
+               #  proxying Access-Request packets
+               #
+               Post-Proxy-Type Fail-Authentication {
+                       # add policies here
+               }
+
        }