Hi people.
I have a radius server installed and working correctly.
Now I want an external program to be executed every time when accounting stop packet received as described in acct_users file. Here are my configuration:
 
file: acct_users
DEFAULT Acct-Status-Type == Stop
        Exec-Program = "/usr/local/sbin/testacct"
where testacct is shell script for testing (chmod-ed correctly):
 
file: /usr/local/sbin/testacct
#!/bin/sh
echo "aaaa" >> testacct.txt
After restarting the server,  when radius receives accounting stop packet the file is not executed!
Where may be the problem?

Reply via email to