24 Jan
2009
24 Jan
'09
1:49 a.m.
Tim Lightfoot wrote:
[files] expand: %{NAS-IP-Address} -> 192.168.1.1 [files] Invalid regular expression : empty (sub)expression <== problem here
This error is being produced by the regular expression library on your system. FreeRADIUS is just asking the library to use the regular expression... and it says no. The "users" file parser was changed in 2.1.x, but that was only to deal with back-slashed. It shouldn't be affecting this. Try using "unlang", as suggested elsewhere. Alan DeKok.