]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Added example for radrelay
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Oct 2011 15:07:31 +0000 (17:07 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Oct 2011 15:07:31 +0000 (17:07 +0200)
raddb/modules/radrelay [new file with mode: 0644]

diff --git a/raddb/modules/radrelay b/raddb/modules/radrelay
new file mode 100644 (file)
index 0000000..dede426
--- /dev/null
@@ -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.
+}