Norbert Wegener wrote:
That configuration can be added manually, by doing internal proxying
to the virtual server.
Will this also be possible, when freeradius gets its information out of
a mysql database?
Of course!
The only place to modify addresses I found is the preproxy_users file,
which seems to be used by the rlm_files module only.
I'm not sure what that means...
You could do something like:
...
update control {
Proxy-To-Realm := "%{sql:SELECT ... from.. where %{NAS-IP-Addres}"
}
OK, but I did not yet hear about that before and it seems no topic for
the mass media: googling for Proxy-To-Realm gives 94 results.