Is there another way to generate an accounting message from Freeradius
to
another radius server when a user authenticates?

One idea was to call radclient in a shell program to generate the
packet.

I would call radclient in the exec module with all the accounting
attributes and send them to another radius server.  I am wondering if
there is a better way?


Also is there a way to call multiple programs in the post-exec module?
Can I have multiple program lines? Or will it only run one program ?



exec ECUdirect-post-exe{
                wait = no
                program="/opt/freeradius/etc/raddb/myworkershell.sh"
                     input_pairs = reply
}





Thanks,
Ron.

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

Reply via email to