Marco Marzetti wrote: > mysql> SELECT * FROM radgroupcheck; > +----+-----------+----------------+----+----------+ > | id | groupname | attribute | op | value | > +----+-----------+----------------+----+----------+ > | 1 | TECNICI | Huntgroup-Name | == | APPARATI | > +----+-----------+----------------+----+----------+ Read doc/rlm_sql. Or "man unlang". The operators are the same. You want ":=", not "==". Alan DeKok.