On Wed, 10 Oct 2001, victor wrote:
> if the rlm_counter is the only way to specify the total time that some user > can use certain service? > ...and if after the total time exceed and the user is still online, does it > get dropped??? > > regards. > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > Well, you can use Login-Time to specify time spaces a user can login (ie workdays from 0800 to 1500). rlm_counter calculates the remaining time for a user and sends a session-timeout back in the access-accept to the nas based on this calculation. So if you have 1 hour left for one day then it will add a session-timeout of one hour. -- kkalev - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
