27 May
2011
27 May
'11
11:28 a.m.
On 27/05/11 16:16, Lubenski, Zeev [GCS] wrote:
We do have a question
Is there anything in configuration that allows to turn off authentication
We are running EAP-TTLS and would like instead of sending challenge on Access send Access accept always. (No authentication in fact)
No, can't be done. EAP is a challenge/response protocol, and you must send the relevant challenges. In EAP-TTLS, you might be able to just force-accept the inner auth, because that's usually just PAP (no challenge / response). You can't for example do this in PEAP, because the inner protocol (MSCHAP) is also challenge/response.