Accounting on different mysql on different host
Thibault Le Meur
Thibault.LeMeur at supelec.fr
Thu Jul 20 10:05:59 CEST 2006
> Is it possible to
> configure two different mysql servers on radius so it reads
> info from one and write accounting info on other? Any idea?
> Thank you Cheers Mau
Sure simply define 2 instances of sql module( see sql.conf):
Sql mysql-auth {
...}
Sql mysql-acct {
...}
And then declare the correct module in your authorize and accounting section
Authorize {
...
mysql-auth
...
}
Accoutning {
...
mysql-acct
...
}
HTH,
Thibault
More information about the Freeradius-Users
mailing list