I'm using FR 1.1.7 with acct_users but what if you have more complicated scripts and you're using it on Interim-Updates. Every time when Interim-Update triggers, this script has to connect to do something (database connection, do this, do that.... )... <br>
<br>Is there any other way to something like this?<br><br><div class="gmail_quote">On Tue, Dec 23, 2008 at 11:48 AM, Anton Borisov <span dir="ltr"><<a href="mailto:antonio@mccinet.ru">antonio@mccinet.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thank you for your reply.<br>
<br>
Yes, yes.<br>
I have uncommented exec in post-auth section in /etc/raddb/sites-enabled/default config.<br>
<br>
<br>
So, another way in 2.1.1 - I've configured this program only with accounting module.<br>
Some examples:<br>
<br>
/etc/raddb/sites-enabled/default<br>
accounting {<br>
...<br>
...<br>
Acct-Type BILL {<br>
        if ( Acct-Status-Type =~ /Start|Stop/ ) {<br>
                dns<br>
        }<br>
}<br>
...<br>
<br>
cat /etc/raddb/modules/exec<br>
...<br>
...<br>
exec dns {<br>
                wait = yes<br>
                program = "/path-to-my-programm.sh"<br>
                input_pairs = request<br>
                output_pairs = reply<br>
}<br>
<br>
This is working, but more quickly and easily only add Exec-Programm to acct_users (like in 1.7.7 version)<br>
Would you be so kind and give some examples for acct_usrs in 2.1.1?<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
Alan DeKok wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Anton Borisov wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I used Start and Stop in accounting for some DNS registrations of my<br>
clients, like this:<br>
<br>
~# cat acct_users<br>
...<br>
...<br>
DEFAULT         Realm == 'dyndns', Acct-Status-Type == Start, Acct-Type<br>
:= BILL<br>
</blockquote>
...<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
and this works in 1.1.7 !<br>
<br>
But for 2.1.1 - this does not work.<br>
</blockquote>
<br>
  You need to list the "exec" module in the "post-auth" section.<br>
<br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote>
<br></div></div>
-- <br>
Yours faithfully,<br><font color="#888888">
Anton Borisov.<br>
</font><br>-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>