> > > 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'; > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fixed one issue where I had an incorrect wrong secret ... thanks to Mattt for this. As for the above mysql commands - 1. mysql> SELECT * FROM radcheck WHERE UserName = 'scott'; +----+----------+----------------+------------------------------------+----- -+ | id | UserName | Attribute | Value | op | +----+----------+----------------+------------------------------------+----- -+ | 2 | scott | Crypt-Password | $1$lbzqaF3Q$9QyBOAJfAee3nBntDZEkd/ | := | +----+----------+----------------+------------------------------------+----- -+ 2. mysql> SELECT * FROM radreply WHERE UserName = 'scott'; Empty set (0.00 sec) Thanks, Scott Harris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
