Problems With EAP
Alan DeKok
aland at deployingradius.com
Wed Feb 21 12:04:33 CET 2007
Anuj Tripathi wrote:
> I am a newbie to freeradius. I am trying to use freeradius as an
> authentication server along with a WRT54G Linksys (Cisco) access point.
>
> On the client side i have a windows machine where i have enabled PEAP
> authentication, through which it asks me for user name and password.
...
> My Client file reads :
>
> steve Auth-Type := Local, User-Password == "testing"
> Service-Type = Framed-User,
> Framed-Protocol = PPP
Don't set Auth-Type.
> Am I missing out on something ? Kindly help me with this as soon as
> possible. Its a little urgent.
Use:
steve User-Password := "testing"
Or, if you're using 1.1.4:
steve Cleartext-Password := "testing"
And nothing else.
Alan DeKok.
--
http://deployingradius.com - The web site of the book
http://deployingradius.com/blog/ - The blog
More information about the Freeradius-Users
mailing list