Limiting number of logins (not simultaneous)
Hi I want to know how to limit the number of connections with a certain user (Radius). I do not talk about simultaneous connections. That is to say, to create a user and that can do login, for example, 5 times, after that, the user is automatically rejected . Is there an attibute for do this ?? Thanks!!
Jorge Pomoro wrote:
Hi I want to know how to limit the number of connections with a certain user (Radius). I do not talk about simultaneous connections. That is to say, to create a user and that can do login, for example, 5 times, after that, the user is automatically rejected .
Is there an attibute for do this ?? Thanks!!
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I have never actually done what you are trying to do, but take a look at rlm_counter(5). It seems to do something like what you want. Chris
participants (2)
-
Christopher Carver -
Jorge Pomoro