19 Oct
2005
19 Oct
'05
2:14 p.m.
"Horton, Dave" <dhorton@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.