I have configured my radius server to authenticate againt my postgresql db and it is 
working beautifully, except one problem. 

The table 'radacct' that holds all the accounting info (times logged in, logged out, 
used etc..) isn't being populated.  However there is an sqltrace.sql file that holds 
all of the insert statements that if they were just executed would populate the db 
with all the accounting info I need.

Attached is the accounting portion of my radiusd.conf, is there a directive there to 
tell it actually execute querys it makes int he sqltrace.sql?


accounting {
        #
        #  Ensure that we have a semi-unique identifier for every
        #  request, and many NAS boxes are broken.
        acct_unique
        sql
        #
        #  Create a 'detail'ed log of the packets.
        #  Note that accounting requests which are proxied
        #  are also logged in the detail file.
        detail
#       daily

        unix            # wtmp file

        #
        #  For Simultaneous-Use tracking.
        #
        #  Due to packet losses in the network, the data here
        #  may be incorrect.  There's little we can do about it.
        radutmp
#       sradutmp

        #  Return an address to the IP Pool when we see a stop record.
#       main_pool
}





- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to