All,

When synchronous=yes in the proxy.conf and there is no response to a proxied Access-Request, the FreeRADIUS will send an Access-Reject to the RADIUS client.

With the following proxy.conf configuration, proxied Access-Requests without a response will generate an Access-Reject after 2-3 seconds.

proxy server {
       synchronous = yes
       retry_delay = 0
       retry_count = 0
       dead_time = 0
       default_fallback = no
       post_proxy_authorize = no
}


With the following proxy.conf configuration, proxied Access-Requests without a response will generate an Access-Reject after max_request_time expires.


proxy server {
       synchronous = yes
       retry_delay = 10
       retry_count = 10
       dead_time = 0
       default_fallback = no
       post_proxy_authorize = no
}


Is this expected FreeRADIUS behavior ?


Thanks,

John


# /usr/local/sbin/radiusd -v
radiusd: FreeRADIUS Version 1.0.0-pre0, for host , built on Mar 26 2004 at 20:08:50
Copyright (C) 2000-2003 The FreeRADIUS server project.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYRIGHT.




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

Reply via email to