Dean, Barry wrote:
I have a problem with a realm configuration that used to work with FR 1.1.7, but does not work at all with 2.0.2 and virtual servers.
I have a virtual server defined in sites-available/janet-roaming thus:
server jrsradius { ... $INCLUDE jrs-proxy.conf
jrs-proxy.conf contains:
proxy server { default_fallback = no post_proxy_authorize = no }
The proxy configuration is global. The default configuration shows it as global.
home_server localhost {
Home servers are also global.
They are not mentioned during server startup with "-X and -xx" beyond:
Thu Jun 5 11:57:16 2008 : Debug: including configuration file /usr/radius/etc/raddb/sites-enabled/janet-roaming Thu Jun 5 11:57:16 2008 : Debug: including configuration file /usr/radius/etc/raddb/jrs-proxy.conf
so is the config being ignored because it is wrong?
It's being ignored because the proxy && realm configurations are in the server section. They must be global. Alan DeKok.