[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Problem with authentication with User-Password
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Problem with authentication with User-Password |
Date: |
Wed, 26 Nov 2003 23:35:21 +0200 |
> I have a problem when I use the User-Password attribute in authentication
> requests. When I use the User-password attribute the user is rejected. If I
> use the exact same parameters but the CHAP-password attribute instead, the
> user is accepted.
The reason is that User-Password requires Auth-Type to be explicitly specified.
Try adding `Auth-Type = Local' to your user profile:
username Auth-Type = Local, User-password = "pass", ...
Regards,
Sergey