Mauro Luzi <[EMAIL PROTECTED]> wrote:
> my tables on mysql server are:
> 
> select * from radcheck;
> +--+--+--+--+--+
> | id | UserName | Attribute   | op | Value                            |
> +--+--+--+--+--+
> |  2 | test   | NT-Password | := | 9CADAFF03AE475011E5EA6E4B7C4E597 |
> +--+--+--+--+--+

   Add "0x" in front of the value.  e.g. "0x9CADAFF...."

  Alan DeKok.
> select * from radgroupcheck;
> +--+--+--+--+--+
> | id | GroupName | Attribute         | op | Value       |
> +--+--+--+--+--+
> |  3 | dynamic   | Framed-Protocol   | := | PPP         |
> |  2 | dynamic   | Auth-Type         | := | MS-CHAP     |

  You don't have to do this.  The server figures it out on its own.

> |  4 | dynamic   | Service-Type      | := | Framed-User |
> |  5 | dynamic   | MS-Acct-Auth-Type | := | MS-CHAP-2   |

  I'm not sure why this is necessary.

> |  6 | dynamic   | MS-CHAP-Challenge | := | password    |

  This is definitely not necessary.  It may even break things.

> please, what's wrong? I tried with text password and NT-Password...

  If you tried it with a plain-text User-Password, it should work.

  Alan DeKok.

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

Reply via email to