6 Dec
2024
6 Dec
'24
8:46 a.m.
On Dec 6, 2024, at 5:09 AM, Martin B. <martinbiniek@googlemail.com> wrote:
(5) eap_teap: Deriving EAP-TEAP keys ASSERT FAILED src/modules/rlm_eap/types/rlm_eap_teap/eap_teap.c[77]: t->received_version > -1
Well, that's new. :(
I've pushed a fix for that. The error does not occur anymore. The server never changes the Identity-Type though and is always requesting Machine over and over again until it receives a Failure result from the client.
...
(0) eap_teap: Setting &session-state:FreeRADIUS-EAP-TEAP-Identity-Type = Machine (0) eap_teap: Followed by &session-state:FreeRADIUS-EAP-TEAP-Identity-Type += Machine
Well that's wrong. I've pushed a fix. Alan DeKok.