Failing to authenticate using FreeRadius(in OpenBSD) + XP as a client +Linksys AP (WRT54v2.2) using peap

Maurizio Cimaschi mauri at unixrulez.org
Fri Aug 15 23:38:19 CEST 2008


Venkata LK Mula wrote:
> We are authenticating the clients via 'users' file.

In your "users" configuration file user "test100" (the one that log 
files are referring to) is

"test100" Auth-Type := EAP
	Cleartext-Password == "venkat",
	Tunnel-Type = 13,
	Tunnel-Medium-Type = 6,
	Tunnel-Private-Group-Id = 100,
	Reply-Message = "Hello 100, %u",
	Fall-Through = No

I would modify it in this way

test100 User-Password == "venkat",
	Tunnel-Type = 13,
	Tunnel-Medium-Type = 6,
	Tunnel-Private-Group-Id = 100,
	Reply-Message = "Hello 100, %u",
	Fall-Through = No

		Bye.


> 1. /usr/local/etc/raddb/sites-enabled
> 2. /usr/local/etc/raddb/sites-available

Usually, in sites-enabled there shoiuld be link to sites-available.





More information about the Freeradius-Users mailing list