[RADIATOR] RequestHook in AuthBy RADIUS

2015-04-21 Thread Jose Borges Ferreira
Hi all, I have a setup that forwards some accounting to several servers. I need to mangle some attributes before a forward to the remote server.One requirement is to have different mangling per host. I couldn't found a way to change hook some code at AuthBy RADIUS, so I implemented the attached pa

Re: [RADIATOR] RequestHook in AuthBy RADIUS

2015-04-21 Thread Hugh Irvine
Hello Jose - One way to do this is with multiple Handler clauses and an AuthBy HANDLER clause in the first one. See the example in “goodies/authhandler.cfg”. See also section 5.76 AuthBy HANDLER in the manual (“doc/ref.pdf”). You can have a different PreAuthHook in each target Handler clause,