"apellido jr., wilfredo p." <[EMAIL PROTECTED]> wrote:
> As expected after 10 pm the user/s will be disconnected. How do i
> tell freeradius if the user tried to connect to forward the
> authentication request to another radius server?

  Use the Current-Time attribute.  It should take similar values as
Login-Time, but it doesn't set Session-Timeout.  Check the
Current-Time *before* you enforce any Login-Time restrictions, and set
it to proxy the packet.  e.g.

#---
DEFAULT     Current-Time != "Wk0600-2200", Proxy-To-Realm := "foo"

DEFAULT     Login-Time == "Wk0600-2200", ...
            ...
#---

  Alan DeKok.

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

Reply via email to