"Chris Liles" <[EMAIL PROTECTED]> 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.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to