Fazal Ahmed Malik wrote:
> I have installed Freeradius 2.0 along with mysql 5 and dialup_admin. I
> am having trouble with session-timeout ,expiration. On dialup_admin i
> have correct information for both attributes like user can login for 0
> seconds and similarly for expiration like account expired. But users can
> still logon even after expiration date passed. For session timeout user
> get disconnected right after alocated quota but here again user can
> login. Both attribute are setup from dialupadmin with = operator for
> session timeout and := for expiration

  You can set up rules in post-auth to reject anyone who has less than 5
minutes of time:

        ...

        if (reply:Session-Timeout < 300) {
                reject
        }
        ...

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

Reply via email to