"Horton, Dave" <dhorton at pactolus.com> wrote: > radius=# select * from radcheck ; > id | username | attribute | op | value > ----+----------+-----------+----+------- > 1 | dhorton | Password | == | 0276 Use :=, not ==. See the rlm_sql documentation. There's no Password in the request, so using '==' is wrong. Alan DeKok.