change EAP Accept-reject to Accept-Accept
Hello, how it's possible change EAP-PEAP Accept-reject to Accept-Accept? I tried with unlang in ms-chap authenticate in inner-tunnel config, but read the documentation for the unlang that the Auth-Type := "Accept" can't be used with EAP. I tried with such config: MSCHAP authentication. Auth-Type MS-CHAP { mschap { reject = 1 } if (reject) { update reply { Framed-IP-Address = "10.0.0.0+" } update control { Auth-Type := "Accept" } ok } Please, help me to solve this issue and how can I change reject to accept. -- View this message in context: http://freeradius.1045715.n5.nabble.com/change-EAP-Accept-reject-to-Accept-A... Sent from the FreeRadius - User mailing list archive at Nabble.com.
On 28/06/11 15:16, adzhuma wrote:
Hello,
how it's possible change EAP-PEAP Accept-reject to Accept-Accept?
It's impossible. EAP is a challenge-response protocol. If the client doesn't receive a valid response, which requires valid crypto and therefore valid passwords, it will not connect.
participants (2)
-
adzhuma -
Phil Mayers