From: Alan T. DeKok Date: Mon, 17 Oct 2011 12:44:14 +0000 (+0200) Subject: Tie radrelay && detail writer together X-Git-Tag: release_2_2_0~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49d11c36c550af750fa4d524c0d762f03577bf5;p=thirdparty%2Ffreeradius-server.git Tie radrelay && detail writer together So that people can read the documentation and examples and have it work --- diff --git a/raddb/modules/detail b/raddb/modules/detail index da6ee3e2f8a..11005dc3e2b 100644 --- a/raddb/modules/detail +++ b/raddb/modules/detail @@ -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. # diff --git a/raddb/radrelay.conf.in b/raddb/radrelay.conf.in index d3d6c93c060..4b639b1a33f 100644 --- a/raddb/radrelay.conf.in +++ b/raddb/radrelay.conf.in @@ -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