9 Mar
2009
9 Mar
'09
1:03 p.m.
Hi,
Thanks Alan
With this:
if ("%{User-Name}" =~ /^ABC\//) { update request { Realm := 'another_realm' } }
The regex is working by now, but the other problem exist, the rewrite not working properly.
dont play with User-Name! change the config to something instructive eg if ("%{User-Name}" =~ /^ABC\//) { update request { Realm := 'another_realm' } update control { Proxy-To-Realm := "another_realm" } } alan