"Darrin Robinson" <[EMAIL PROTECTED]> wrote:
> 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,

  No.  THe two attributes are completely seperate, and
Simultaneous-Use only applies to users.

  So:

DEFAULT Group == "x", Simultaneous-Use := 1
        ...

  means:  IF the user is in group X, THEN set simultaneous use for
that user to 1.

  Alan DeKok.

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

Reply via email to