On Thu, 3 Oct 2002, Scott Harris wrote:

> Hi everyone,
>
> Using Freeradius 0.7 and mySQL 3.23.47.
> Have spent the last few days configuring the radius server, mysql database
> and the php dialup_admin.
> I have created a user with password using the dialup_admin webpage -
> successful. Password is encrypted.
> I then test the user using dialup_admin but it will not authenticate as per
> my radius log shows below -
>
> Thu Oct  3 15:29:22 2002 : Info: Ready to process requests.
> Thu Oct  3 15:29:33 2002 : Auth: Login incorrect (rlm_pap: User password not
> available): [scott/iT\240\337C\231!\241\336\253\330\265\307\365^Y] (from
> client localhost port 0)
> <snip>

SELECT * FROM radcheck WHERE UserName = 'scott';
SELECT * FROM radreply WHERE UserNmae = 'scott';

Run radiusd in debug mode (radiusd -X) and send the output of an access request.

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]      National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf


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

Reply via email to