On 4/12/2007, "Milan Holub" <holub@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