12 Apr
2007
12 Apr
'07
8:32 a.m.
Alexander Serkin wrote:
Gurus, may be i'm pulling some common mistake with my configuration being tested against cvs snapshot, but no idea which one. I've an sql profile telling:
some.dotted.user Cleartext-Password = cisco NAS-IP-Address =~ "xxx.xxx.97.(85|86)"
The problem is that regular expression check of NAS-IP-Address =~ "xxx.xxx.97.(85|86)" does not work. When i delete this check from sql it works, when i change the check to NAS-IP-Address == "xxx.xxx.97.85" it works too. What has changed since 1.1.5? The construction NAS-IP-Address =~ "xxx.xxx.97.(85|86)" did work for me there. In radiusd.conf we have: regular_expressions = yes extended_expressions = yes -- Sincerely Yours, Alexander