I have freeradius 0.9 with mysql module working, but simultaneous use is
not working well.
I want that all users to have only active session at a time.

This is an example of my database configuration:

-------------
mysql> select * from radcheck where username='demo';
+------+----------+-----------+----+--------+
| id   | UserName | Attribute | op | Value  |
+------+----------+-----------+----+--------+
| 2058 | demo     | Password  | == | demopa |
+------+----------+-----------+----+--------+
1 row in set (0.00 sec)
----

mysql> select * from usergroup where username='anexo02';
+------+----------+-----------+
| id   | UserName | GroupName |
+------+----------+-----------+
| 2055 | demo     | dynamic   |
+------+----------+-----------+
1 row in set (0.00 sec)

-----
(table radgroupcheck)

mysql> select * from radgroupcheck;
+----+-----------+------------------+----+-------+
| id | GroupName | Attribute        | op | Value |
+----+-----------+------------------+----+-------+
|  1 | dynamic   | Auth-Type        | := | Local |
|  2 | dynamic   | Simultaneous-Use | := | 1     |
+----+-----------+------------------+----+-------+
2 rows in set (0.00 sec)
--------------

But the users are able to load several time, similtaneous-use=1 is not
working.
Any idea why?

Omar


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to