Hi,

To match sub-realms in FreeRadius I know one can use:
DEFAULT User-Name =~ "[EMAIL PROTECTED]", Proxy-To-Realm := "proxy-server"
in the user-file to match any realm that ends on "realm.nl" in this case and proxy this to the "proxy-server" found in the proxy.conf file.


I was wondering: is it possible to make this match case-insensitive, other than using:
DEFAULT User-Name =~ "[EMAIL PROTECTED]", Proxy-To-Realm := "proxy-server"
?


Regards,
Paul



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

Reply via email to