On 9/9/08, Abraham Jacob <abrahamj@gmail.com> wrote:
Hi,
I have been using freeradius 1.0.5 for captive portal authentication in our internal network. I use mysql as backend for radius and using sqlcounter to check monthly usage.
I was trying out freeradius version 2.1.0 and found out that check attribute values from radcheck table being replaced by values from radgroupcheck. For example, sqlcounter is using Session-Timeout = 28800 if I use freeradius version 1.0.5 and Session-Timeout = 14400 if I use version 2.1.0.
I was going thru the new code and there has many changes in group processing.. so I guess the behavior of over writing user AVP is expected. Now my problem: In version 1.15, whenever I wanted to override some of the attributes of a group for single users I added those attributes to radcheck. But in versrion 2 it is not happening as in my prev post. So my question is, how do I override some of the attributes of group for a single user in freeradius version 2? thanks, Abraham