hello freeradius users; thanks a lot rust, but please forgive me because I forgot to mention that I already have a table usergroup as you can see: mysql> select * from usergroup; +----+----------+-----------+ | id | UserName | GroupName | +----+----------+-----------+ | 1 | paulin | dynamic | +----+----------+-----------+
Here 'is what exactly says about the problem: rlm_sql: Pairs do not match [paulin] rlm_sql: Released sql socket id: 4 modcall[authorize]: module "sql" returns notfound modcall: group authorize returns ok Anyway I was looking at my problem and I'm not sure if I have to add something else in the table RADREPLY, because as I read all the SQL query it's look like is missing information on the mentioned table. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
