peap with mysql

Alan DeKok aland at nitros9.org
Fri May 19 17:47:44 CEST 2006


"Chris Liles" <Chris.Liles at air2web.com> wrote:
> I tried putting the following in the database:
> 
> mysql> select * from radcheck;
> +----+----------+------------------------+----+--------+
> | id | UserName | Attribute              | op | Value  |
> +----+----------+------------------------+----+--------+
> |  1 | temptest | Password               | := | authme |
> |  2 | temptest | MS-CHAP-User-NTLM-Auth | == | No     |
> +----+----------+------------------------+----+--------+

  That should be "MS-CHAP-Use-NTLM-Auth", not "user".  Sorry.  And
it's already defined in the dictionary.  And you should use ":=", not
"==", because you're not comparing it, you're setting it.  See the
rlm_sql documentation for a description of the operators.

  Alan DeKok.




More information about the Freeradius-Users mailing list