Re: FS trying to authenticate accounting data

2008-05-05 Thread Alan DeKok
Jim L. wrote: Alan, The modifications to event.c now allow the server to correctly log to the detail file. That portion appears to be fixed. However, it appears that FS is still attempting to authenticate the accounting packet. Ok.. I've put the fix in CVS. I've been having a confused

Re: FS trying to authenticate accounting data

2008-05-04 Thread Jim L.
to authenticate accounting data 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

Re: FS trying to authenticate accounting data

2008-05-03 Thread Jim L.
trying to authenticate accounting data Jim L. wrote: ... Sending proxied request internally to virtual server. server ImagineNet_Detail { auth: No authenticate method (Auth-Type) configuration found for the Ugh. The code that does the internal proxying doesn't check for auth/acct differences

Re: FS trying to authenticate accounting data

2008-05-03 Thread Alan DeKok
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);

FS trying to authenticate accounting data

2008-05-02 Thread Jim L.
Hello group. I am running FreeRADIUS 2.0.4 and I am attempting to setup a configuration based on the robust-proxy-accounting site example. In short, I could not get it to work. To attempt to debug the problem, I pared down the configuration so the only part that was active was the part that

Re: FS trying to authenticate accounting data

2008-05-02 Thread Alan DeKok
Jim L. wrote: ... Sending proxied request internally to virtual server. server ImagineNet_Detail { auth: No authenticate method (Auth-Type) configuration found for the Ugh. The code that does the internal proxying doesn't check for auth/acct differences. Oops. Try the attached patch.