newbie question on using digest authentication with postgresql

Alan DeKok aland at ox.org
Wed Oct 19 20:14:06 CEST 2005


"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.




More information about the Freeradius-Users mailing list