15 Oct
2013
15 Oct
'13
10:46 a.m.
A.L.M.Buxey@lboro.ac.uk wrote:
just got latest 2.x.x HEAD and radiusd dies with this
Tue Oct 15 12:59:45 2013 : Error: ASSERT FAILED rlm_eap.c[369]: request->proxy_reply == NULL
Uh... the *authenticate* section has a proxy reply filled in? Just what the heck are you doing with it? That should never happen, which is why it's an assertion. It means that instead of running post-proxy, it's re-running authenticate. Or, a proxy reply is being allocated before authentication, which should never happen. Alan DeKok.