limiting sessions

Andrew Long along at escapewire.com
Fri Nov 10 22:44:33 CET 2006


...
> DELETE FROM radius.usergroup WHERE GroupName = 'aroma'

> THEN...

> INSERT INTO radius.usergroup (UserName, CreationDate, GroupName)
> VALUES ('username0001', (CURRENT_DATE), 'aroma');

> repeated for all 500 usernames...

> I think this should work, as all the usernames in use are stored in
> radcheck and I'm not touching that table at all. Worst case scenario,
> users continue to authenticate without a session limit and I go back
> to work...

> DOES THIS SOUND RIGHT?

> Andrew

Well I think all the gurus let me swim alone on this one, and it
all worked out... now we have our 30 minutes session limits working!

Kevin... thanks for the clue!

Andrew




More information about the Freeradius-Users mailing list