Kirk Wallace wrote:
I have a fresh install of Freeradius 1.1.7build4 on my Ubuntu 8.04 system. I used this link to do the bob test: .. which was successful.
Then I created myself (kwallace) as a user and tested with radtest, again with success. Then I went to my Windows 2000 notebook with a wifi link through a WRT54GL and OpenWRT as a bridge, using the notebook's VPN connection feature and the same username and password and got "Error 691:Access was denied because the username and/or password was invalid on the domain." Below should be the relevant files.
Ok...
And looking at that, you're not doing WiFi. You're doing PPP. And the PPP server isn't sending *any* password in the request. No PAP, CHAP, MS-CHAP, or EAP. Fix the PPP/VPN server so that it sends a password. Only then can FreeRADIUS authenticate the user. Alan DeKok.