"Ron Wahler" <[EMAIL PROTECTED]> wrote: > 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.
That's about your only option. But there's a problem: You don't know what Acct-Session-Id to use. > 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 ? It takes only one program line. But you should be able to use a shell script wrapper to run multiple programs. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
