Adding reply AVPs to a replicated proxy request
Hello, I'm using replicate to proxy my authorization and accounting requests to a server. I'm curious if it's possible to add some of the auth reply attributes to the auth proxy before I send it over. That way the proxied auth has both the request and the reply. Thanks
On 12 Sep 2012, at 11:12, Chadwick Sorrell <mirotrem@gmail.com> wrote:
Hello,
I'm using replicate to proxy my authorization and accounting requests to a server. I'm curious if it's possible to add some of the auth reply attributes to the auth proxy before I send it over. That way the proxied auth has both the request and the reply.
IIRC, no. It just calls rad_send, it doesn't run the request through any proxy sections. https://github.com/alandekok/freeradius-server/blob/master/src/modules/rlm_r... https://github.com/alandekok/freeradius-server/blob/master/src/lib/radius.c#... If you want to do this, bind a virtual server to the loopback interface on a different port, and replicate to there. -Arran
participants (2)
-
Arran Cudbard-Bell -
Chadwick Sorrell