From: Alan T. DeKok Date: Tue, 18 Oct 2011 15:07:31 +0000 (+0200) Subject: Added example for radrelay X-Git-Tag: release_2_2_0~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7caba25b9cd1fd55f400af10435f7ebec9b65fa6;p=thirdparty%2Ffreeradius-server.git Added example for radrelay --- diff --git a/raddb/modules/radrelay b/raddb/modules/radrelay new file mode 100644 index 00000000000..dede42698a1 --- /dev/null +++ b/raddb/modules/radrelay @@ -0,0 +1,26 @@ +# -*- text -*- +# +# $Id$ + +# Write "detail" files which can be read by radrelay. +# This module should be used only by a server which receives +# Accounting-Request packets from the network. +# +# It should NOT be used in the radrelay.conf file. +# +# Use it by adding "radrelay" to the "accounting" section: +# +# accounting { +# ... +# radrelay +# ... +# } +# +detail radrelay { + detailfile = ${radacctdir}/detail + + locking = yes + + # The other directives from the main detail module + # can be used here, but they're not required. +}