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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

