Sean <sean@swarmhotspots.com> wrote:
Can anyone recommend a good source for documentation for FreeRadius.
The files that come with it, and the web pages? There really isn't any "secret treasure trove" of documentation that you get told about only if you ask for it.
I'm trying to understand the processes that occur between Chillispot, FreeRadius and MySql. In particular I need to understand how the Counter works and how to use the counter in MySQL.
"the counter"? Please be specific. rlm_sqlcounter exists in the server source. It has sample configurations and documentation. What part of that do you have questions about? Alan DeKok. In particular I want to use the following in my radiusd.conf. counter daily{ reset =24h } counter weekly{ reset =7d } counter monthly{ reset=30 } What I need to know is do I have to add extra fields to my radius database and if so which tables need to be changed and how to address them from sql.conf. Regards, Sean
Sean <sean@swarmhotspots.com> wrote:
In particular I want to use the following in my radiusd.conf.
counter daily{
That module doesn't interact with SQL. I have no idea why you think it does.
What I need to know is do I have to add extra fields to my radius database and if so which tables need to be changed and how to address them from sql.conf.
You don't. See "sqlcounter". It interacts with SQL, because it's name & examples say so. "counter" does not. Alan DeKok.
participants (2)
-
Alan DeKok -
Sean