Osmany <osmany@oc.quimefa.cu> 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 <michel@casa.co.cu> writes:
Try this way, remember the operator.
|312|test@internet.quimefa.cu|Calling-Station-Id | += | "72061490" |298|test@internet.quimefa.cu|MD5-Password | := | password |313|test@internet.quimefa.cu|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