Ruslan A Dautkhanov <[EMAIL PROTECTED]> wrote: > I have tried to use Login-Time, it worked also - FR just > set properly Session-Timeout value every time. > But how can use Session-Time and Login-Time attributes > simultaneously??? Both of them try to add Session-Timeout to > reply VPs. The right choice is to return _MINIMUM_ of > these Session-Timeouts, so user's session will be terminated > automatically when he step over to not permitted time period > (this period seted by Login-Time), _OR_ when his money account > exhausted. Is it possible to return minimum of these?
It aleady does that. See 'src/main/auth.c', line 715. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
