17 Apr
2007
17 Apr
'07
1:14 p.m.
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.