12 Dec
2008
12 Dec
'08
9:45 a.m.
Geoffroy Arnoud wrote:
Is it possible to create the Accounting-Request from inside a module and "post it" as an event, to let FreeRADIUS core manage processing/sending?
Yes. See src/main/session.c, session_zap() for a function that does this. But if you plan on sending a packet to another box, the best approach is to use radclient. Posting "internal" packets that get forwarded off of the box is likely not to work. Alan DeKok.