9 Mar
2015
9 Mar
'15
9:04 a.m.
On Mar 9, 2015, at 4:25 AM, Stabla, Daniel <dstabla@materna.de> wrote:
I changed it to the "new" layout, but the problem still exists. Only if I change NAS-Identifier =~ "..." to NAS-Identifier == "..." I get a result.
Don’t use regular expression checks in the “users” file. They never really worked right. Use “unlang” checks instead. Alan DeKok.