3 May
2008
3 May
'08
3:45 a.m.
Jim L. wrote:
I recompiled with this patch, however, I am getting the same results as before.
Sorry...
DEBUG2(">>> Sending proxied request internally to virtual server."); radius_handle_request(fake, rad_authenticate);
Change this line to: radius_handle_request(fake, fun);
DEBUG2("<<< Received proxied response from internal virtual server.");
It was a typo in the original patch. Alan DeKok.