18 Mar
2010
18 Mar
'10
5:30 a.m.
On Thu, Mar 18, 2010 at 2:21 PM, power159 <power159@gmail.com> wrote:
the only problem that I have is if user is membership of 2 groups . freeradius is processing none of them ! even if both are matching ! but if I remove one of groups its working without any problem ! and assigning ip from ip pool
+----------+-----------+----------+ | username | groupname | priority | +----------+-----------+----------+ | test1 | group1 | 0 | | test1 | group2 | 0 | +----------+-----------+----------+
See doc/rlm_sql in particular, I think the priority should be different. Also if you want both groups processed, you might need Fall-Through. -- Fajar