19 May
2006
19 May
'06
11:47 a.m.
"Chris Liles" <Chris.Liles@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.