Hello,

Just wishing to clarify something.  Using freeradius-0.3 and I wish to catch
users using a DEFAULT statement and a group equal to 'x', I also wish to
limit each one of these users to one login only.  If I specify the
simultaneous-use parameter along with the group parameter I presume it will
mean that only one user of group 'x' can login at a time, which is not what
I want.  Does the following achieve it, or will each group still only be
allowed one login as oppose to each user.

DEFAULT Group == "x"
          Fall-Through = 1
DEFAULT Simultaneous-Use := 1
          Fall-Through = 1


Regards,

Darrin



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

Reply via email to