Osmany <[email protected]> writes: > On Thu, 2010-01-07 at 09:06 -0500, Osmany wrote: >> On Thu, 2010-01-07 at 08:42 -0500, Michel Bulgado wrote: >> > Bjørn Mork wrote: >> > > Michel Bulgado <[email protected]> writes: >> > > >> > > >> > >> Try this way, remember the operator. >> > >> >> > >> |312|[email protected]|Calling-Station-Id | += | "72061490" >> > >> |298|[email protected]|MD5-Password | := | password >> > >> |313|[email protected]|Calling-Station-Id | += | "72061490" >> > >> >> > > >> > > > It finally worked. I kept the user attributes and everything just like I > mentioned above but I had one thing missing in the authorize section in > the sites-enabled/default file. > I had the checkval line commented out. I just uncommented it and that's > it.
Great! Then I learned something today. Neat trick using the += operator to avoid that the sql module stops processing the request, while checkval seems to ignore the operator (except for =~ which is processed both as == and as =~). Bjørn - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

