RE : Accounting on different mysql on different host
> 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
This archive was generated by a fusion of
Pipermail (Mailman edition) and
MHonArc.