Simultaneous-Use problem

PD paul at ranahminang.net
Thu Apr 12 09:36:13 CEST 2007


On 4/12/2007, "Milan Holub" <holub at thenet.ch> wrote:

>Hi,
>
>On Thu, Apr 12, 2007 at 07:14:48AM +0000, PD wrote:
>> Dear all,
>>
>> We has the problem regarding the above subject...
>> mysql> select * from radgroupcheck;
>> +----+-----------+------------------+----+-------+
>> | id | GroupName | Attribute        | op | Value |
>> +----+-----------+------------------+----+-------+
>> |  1 | POSTPAID  | Simultaneous-Use | == | 1     |
>> |  2 | PREPAID   | Simultaneous-Use | == | 1     |
>> +----+-----------+------------------+----+-------+
>> 2 rows in set (0.01 sec)
>> mysql> select * from usergroup;
>> +----------+-----------+----------+
>> | UserName | GroupName | priority |
>> +----------+-----------+----------+
>> | thomas   | POSPAID   |        1 |
>> | christie | POSPAID   |        1 |
>> +----------+-----------+----------+
>> 2 rows in set (0.01 sec)
>
>==> I believe you have a typo in the tables:
>radgroupcheck: groupname=POSTPAID
>usergroup: groupname=POSPAID
>
>which means that the Simultaneous-Use check is not performed because the
>user does not match the requested group...

Arrghh... yeah.. I did not reliaze this...
thank you for your correction.
We will try it again..

TIA

PD




More information about the Freeradius-Users mailing list