Authentication issues with mysql + eap +md5
Hello everyone. i'm trying to get started with freeradius using mysql for storing the users and md5-eap type authentication but something is wrong with my configuration and I cant seem to be able to login radiusd -X produces the following: http://pastebin.com/jpNtX4Hb I try to connect to it issuing the following to the radtest :radtest user 1111 localhost 1812 testing123 and all I get is Sending Access-Request of id 247 to 127.0.0.1 port 1812 User-Name = "user" User-Password = "1111" NAS-IP-Address = 127.0.1.1 NAS-Port = 1812 rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=247, length=20 can you please provide any tips as to where I should look for errors? Thank you
NorthPole wrote:
i'm trying to get started with freeradius using mysql for storing the users and md5-eap type authentication but something is wrong with my configuration and I cant seem to be able to login
radiusd -X produces the following: http://pastebin.com/jpNtX4Hb
Please read it. The messages are clear: [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this. And look for "sql". It doesn't appear in the debug output. You haven't configured the server to use SQL. Alan DeKok.
you are right! my bad (I need to sleep more :p) thx for your time :D On Mon, Apr 23, 2012 at 5:36 PM, Alan DeKok <aland@deployingradius.com> wrote:
NorthPole wrote:
i'm trying to get started with freeradius using mysql for storing the users and md5-eap type authentication but something is wrong with my configuration and I cant seem to be able to login
radiusd -X produces the following: http://pastebin.com/jpNtX4Hb
Please read it. The messages are clear:
[pap] WARNING! No "known good" password found for the user. Authentication may fail because of this.
And look for "sql". It doesn't appear in the debug output.
You haven't configured the server to use SQL.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
NorthPole