Update the file for the rlm_detail file.
authorhartwick <hartwick>
Wed, 18 Oct 2000 23:31:00 +0000 (23:31 +0000)
committerhartwick <hartwick>
Wed, 18 Oct 2000 23:31:00 +0000 (23:31 +0000)
raddb/radiusd.conf.in

index 16240e8..06a8199 100644 (file)
@@ -459,7 +459,6 @@ modules {
        files {
                usersfile = ${confdir}/users
                acctusersfile = ${confdir}/acct_users
-               detailperm = 0600
 
                #
                #  If you want to use the old Cistron 'users' file
@@ -469,6 +468,10 @@ modules {
                #
                compat = no
        }
+       detail {
+               detailfile = %A/%n/detail
+               detailperms = 0600
+       }
 
        # This module will add a (probably) unique session id 
        # to an accounting packet based on the attributes listed
@@ -630,6 +633,6 @@ preacct {
 # Accounting. Log to detail file, and to the radwtmp file.
 accounting {
        #acct_unique
-       files
+       detail
        unix
 }