FW: Login for any user
Phil Mayers
p.mayers at imperial.ac.uk
Tue Apr 17 19:14:37 CEST 2007
inverse wrote:
>> Anybody got an idea on how the entry in the users-file has to look like
>
> something like
> DEFAULT Auth-Type := Eap, User-Password == "blah"
>
> with deafult eap type set to md5.
>
> I've yet to try it tho, may you report back if it works?
This suggestion is wrong on a number of levels:
1. Don't set Auth-Type
2. Don't use == for User-Password; use := and in recent server
versions use Cleartext-Password
3. You cannot just "permit" EAP. The client will want the server to
complete the challenge-response. The ONLY authentication algorithm that
you can "just accept" is PAP.
More information about the Freeradius-Users
mailing list