Hello!

Is it possible to do case insensitive regular expression matching in
users file ?

I'd like to replace:
DEFAULT         User-Name =~ "^[Aa][Nn][Oo][Nn][Yy][Mm][Oo][Uu][Ss]|[EMAIL PROTECTED]"

with something like:
DEFAULT         User-Name =~ "m/^anonymous|[EMAIL PROTECTED]/i"

lower-casing all usernames is not an option ;) since case does matter, just not in this 
"case" ;))).
--
Lep pozdrav,
Rok Papez.


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to