Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed

# -*- text -*-
#
#  $Id: dede42698a19413b524a1a68b7ea312aa8a506aa $

#  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.
}