]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Tie radrelay && detail writer together
authorAlan T. DeKok <aland@freeradius.org>
Mon, 17 Oct 2011 12:44:14 +0000 (14:44 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 17 Oct 2011 12:44:14 +0000 (14:44 +0200)
So that people can read the documentation and examples
and have it work

raddb/modules/detail
raddb/radrelay.conf.in

index da6ee3e2f8a7de9be28e5aaf24134e0af2cab583..11005dc3e2b78bce2ea114da72bbed8f33f6feee 100644 (file)
@@ -33,6 +33,12 @@ detail {
        #
        detailfile = ${radacctdir}/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
 
+       #
+       #  If you are using radrelay, delete the above line for "detailfile",
+       #  and use this one instead:
+       #
+#      detailfile = ${radacctdir}/detail
+
        #
        #  The Unix-style permissions on the 'detail' file.
        #
index d3d6c93c060aa72e6572259c731f3501d49964ea..4b639b1a33fa96754949efe5bf2cc20a95fb47c7 100644 (file)
@@ -142,9 +142,9 @@ listen {
        type = detail
 
        #
-       #  The "radacctdir" parameter below replaces the "-a" command-
-       #  line option in radrelay.  The "detail" parameter replaces
-       #  the "detailfile" command-line option in radrelay
+       #  The filename here should be the same as the one used by the
+       #  main radiusd program.  It writes the file using the "detail"
+       #  module (see raddb/modules/detail).
        #
        filename = ${radacctdir}/detail
        load_factor = 90