Hi all! I added the Simultanous-Use attribute to radgroupcheck in my MySQL-db with the following statement: INSERT INTO radgroupcheck (GroupName, Attribute, op, Value) values("dialup", "Simultaneous-Use", ":=", "1"); But I can login twice or more with the same account... so what do i have to enable/disable to deny simultaneous usage of the accounts??? Regards Michael
Date: Mon, 27 Aug 2007 12:00:51 +0200 From: Michael Ziemann <mailinglist@ziemann-perl.de> Subject: User login To: freeradius-users@lists.freeradius.org Message-ID: <46D2A0D3.9070307@ziemann-perl.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Hi People!
Today I've another problem with freeradius. The user has his own password and can login by himself, no problem. But how can I avoid a second user logging in with the same user / pwd? Is it a problem of the NAS or RADIUS ???
I didn't find any configuration examples on the web, so please be patient :-)
greets
Michael
------------------------------
Message: 2 Date: Mon, 27 Aug 2007 13:11:05 +0300 From: "liran tal" <liransgarage@gmail.com> Subject: Re: User login To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Message-ID: <3ed55890708270311h4b00e0bbk793fae92dafc88b9@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hey Michael,
You need to make use of the attribute Simultaneous-Use as a parameter for controlling how many session each user will be accepted by the RADIUS server.
Regards, Liran Tal.