I'm trying to setup RADIUS proxy and accounting to mySQL.  I've got the
RADIUS proxy working, I've got user session logging to mySQL, but I can't
figure out how to send the accounting info to mySQL.  The example that comes
with Radiator shows it for authentication and accounting via mySQL, but not
splitting it up.  I'm sure this is fairly common, but I just can't figure it
out.  My config is below.  Any ideas?  Thanks.

Peder

----------------------------------

Foreground
LogStdout
AuthPort        1812
AcctPort        1813
LogDir          /var/log/radiator
DbDir           /etc/raddb
DictionaryFile  %D/radiator.dictionary

<Client DEFAULT>
        Secret xxxxxx
</Client>

<SessionDatabase SQL>
        DBSource dbi:mysql:radmin
        DBUsername radmin
        DBAuth radmin
</SessionDatabase>

<Realm DEFAULT>
        <AuthBy RADIUS>
                Host x.x.x.x
                Secret xxxxxx
        </AuthBy>
        AcctLogFileName %L/logfile.%Y.%m
</Realm>



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to