Note new Post-Proxy-Type Fail section.
authoraland <aland>
Mon, 23 Apr 2007 11:31:12 +0000 (11:31 +0000)
committeraland <aland>
Mon, 23 Apr 2007 11:31:12 +0000 (11:31 +0000)
raddb/radiusd.conf.in

index 16daa81..0ed7119 100644 (file)
@@ -2270,4 +2270,26 @@ post-proxy {
        #  reject the EAP request.
        #
        eap
+
+       #
+       #  If the server tries to proxy a request and fails, then the
+       #  request is processed through the modules in this section.
+       #
+       #  The main use of this section is to permit robust proxying
+       #  of accounting packets.  The server can be configured to
+       #  proxy accounting packets as part of normal processing.
+       #  Then, if the home server goes down, accounting packets can
+       #  be logged to a local "detail" file, for processing with
+       #  radrelay.  When the home server comes back up, radrelay
+       #  will read the detail file, and send the packets to the
+       #  home server.
+       #
+       #  With this configuration, the server always responds to
+       #  Accounting-Requests from the NAS, but only writes
+       #  accounting packets to disk if the home server is down.
+       #
+#      Post-Proxy-Type Fail {
+#                      detail
+#      }
+
 }