5 Mar
2015
5 Mar
'15
7:56 a.m.
On Mar 5, 2015, at 4:16 AM, Khapare Joshi <khapare77@gmail.com> wrote:
My NAS was bad - it was not sending accounting data. Now NAS is sending data and radacct been populated.
That’s usually the problem.
Could it be when radius is exectuing the session section it is looking for khapare@realm.com but in the database username is only the username i.e khapare ?
Yes. If you run the server in debugging mode, you’ll see what it’s doing.
1. Once I set INSERT INTO radgroupcheck (GroupName, Attribute, op, Value) values("dialup", "Simultaneous-Use", ":=", "1"); do I still have to define in /etc/raddb/users file as :
No. The server doesn’t care where an attribute comes from.
2. or I am doing stupid here ?
No. Alan DeKok.