Andrew E. Guly wrote:
I use FreeRadius-0.8.1 with Postgres on Linux RH 8.0 for authenticate and accounting dial-in users.May be you look at file acct_users ?
My radiusd execute the external script with "Exec-Program-Wait = /some/script" when user is autenticated.
No problems, it's worked fine...
Q: How I can execute the external script *after* user disconnecting?
When your radius server recieve Acct-Stop...
some like this:
acct_user:
========== acct_users ==============
DEFAULT Acct-Status-Type == Stop
Exec-Program = "/path/to/some/script.pl"
==================================
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
