Thank you, that was it!
Still, I'll be gratefull if somebody can point me into right direction with some documentation describing what Attributes -Type -Values are more usually used.
That's besides the dictionaries...
One last tought: I think Freeradius could de improved if in debug mode caould say what is the sql result it doesn't like.

Regards,
Alex
Stefan Winter wrote:

mysql> SELECT
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupch
eck.Value,radgroupcheck.op FROM radgroupcheck,usergroup WHERE
usergroup.Username = 'test1' AND usergroup.GroupName =
radgroupcheck.GroupName ORDER BY radgroupcheck.id;
+----+-----------+------------------+-------+----+

| id | GroupName | Attribute        | Value | op |

+----+-----------+------------------+-------+----+

|  1 | retea     | Simultaneous-Use | 1     | =  |
|  2 | retea     | Auth-Type        | Local | := |

+----+-----------+------------------+-------+----+
2 rows in set (0.01 sec)

Simultaneous-Use should have the op :=

------------------------------------------------------------------------

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

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

Reply via email to