Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
34 - 1
# -*- text -*-
2
#
3
#  $Id: dede42698a19413b524a1a68b7ea312aa8a506aa $
4
 
5
#  Write "detail" files which can be read by radrelay.
6
#  This module should be used only by a server which receives
7
#  Accounting-Request packets from the network.
8
#
9
#  It should NOT be used in the radrelay.conf file.
10
#
11
#  Use it by adding "radrelay" to the "accounting" section:
12
#
13
#	accounting {
14
#		...
15
#		radrelay
16
#		...
17
#	}
18
#
19
detail radrelay {
20
	detailfile = ${radacctdir}/detail
21
 
22
	locking = yes
23
 
24
	#  The other directives from the main detail module
25
	#  can be used here, but they're not required.
26
}