12 Aug
2022
12 Aug
'22
8:59 a.m.
On Aug 12, 2022, at 8:51 AM, Chris Griffin <cgriffin352@gmail.com> wrote:
I did a little debugging inside the code and found that 'request_data_get' returns NULL so we never pass the conditional which allows rad_postauth to be called. Any other debug information that would help?
You can try editing peap.c: /* * We're not proxying it as EAP, so we've got * to do the callback later. */ if ((fake->options & RAD_REQUEST_OPTION_PROXY_EAP) != 0) { just change that if if (1) { And that *should* help. Hopefully it doesn't break anything else. Alan DeKok.