I have the same problem,

On the mailing list for freeRadius, there is a posted patch for this.

Accounting through proxy does not work

You have to the changes below and recompile, I hope FreeRadius
programmers will add this in next releases

in acct.c
line 57

        reply = RLM_MODULE_OK;

        /*
         *      Do accounting
         */
        reply = module_accounting(request);
        
        /*
         *      Maybe one of the preacct modules has decided
         *      that a proxy should be used. If so, get out of
         *      here and send the packet.
         */
        if(pairfind(request->config_items, PW_PROXY_TO_REALM)) {
                 module_accounting(request);      <<<<<----- ADD THIS

                return reply;
        }

 

Cheers
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Aaron
Weiker
Sent: Thursday, September 27, 2001 1:01 AM
To: [EMAIL PROTECTED]
Subject: Re: Proxying to Cistron

> Cistron does send the ack packet correctly, but FreeRADIUS
> remains oblivious to it and keeps on sending the acc start and
> stop packets for nearly 20 times.
>
>
> --
> Mojahed
> System Administrator
> Agni Systems Limited

I'm currently using Steel-Belted and I had this similar experience
recently
proxying to a Cistron AAA server. What appeared to be the problem was an
incorrect shared secret. You may want to double check that. It's
definatly
something that is easily overlooked.

Aaron Weiker


- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to