Wed Nov 09, 2005 2:30 pm
As you know what attributes are I dont have to explain those. You have to
select the attributes you want to apply to your users, and have those accessible by column in your Mysql database keyed by user.
When you process the radius request from the Microtik, you reference
items in your database such as username, password, bytes left as check attributes, and provide information back to the Microtik from the Mysql
database such as queue attributes, speeds as reply attributes.
Something like
AuthColumnDef 0,Password,check
AuthColumnDef 1,Simultaneous-Use,check
AuthColumnDef 2,Framed-IP-Address,reply
AuthColumnDef 3,Mikrotik-Recv-Limit,reply
AuthColumnDef 4,Mikrotik-Xmit-Limit,reply
etc..
etc.. although this is from Radiator not FreeRadius, but the same principal
applys.