20 Mar
2009
20 Mar
'09
11:33 a.m.
Bruce_M_Richardson@biscuits.com wrote:
if("%{request:Stripped-User-Name}" !~ /visitor[0-9]?[0-9]/i) { reject }
and got this ...
/usr/local/etc/raddb/sites-enabled/all[156]: Parse error in condition at: "%{request:Stripped-User-Name}" !~
any ideas ?
$ man unlang Everything following the "if" statement MUST be all on one line of text. Alan DeKok.