4 Mar
2015
4 Mar
'15
9:58 a.m.
On Mar 4, 2015, at 8:07 AM, Francisco Amaral <famaral@towerstream.com> wrote:
For instance I would like to:
insert accounting data for user@example.org into radiusdb.radacct
insert accounting data for user@example.com into radiusdb.radaccttemp
That’s possible. Look at the dialup.conf files. They will have something like: UPDATE ${acct_table1} \ Just change that to: UPDATE %{Towerstream-Acct-Table} \ everywhere. Then, add that attribute to raddb/dictionary as type “string”. Then update the attribute with whatever value you need, prior to calling the SQL module. Alan DeKok.