Group and Simultaneous Use

2001-11-25 Thread Darrin Robinson
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

Re: Group and Simultaneous Use

2001-11-25 Thread aland
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