Where do I add the config stuff to route requests based on attributes in a request?
Alan DeKok
aland at deployingradius.com
Tue Sep 30 17:05:28 CEST 2008
Peter Eriksson wrote:
> Now the question is - what do I write and in which config files
> to use this?
$ man unlang
> The attribute typically looks like this:
>
> Called-Station-Id = "00-17-9A-D3-9A-BA:IFM"
if (Called-Station-Id =~ /regex/) {
update control {
Proxy-To-Realm := "foo"
}
}
Alan DeKok.
More information about the Freeradius-Users
mailing list