[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Multiple queries in mysql authentication ?
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Multiple queries in mysql authentication ? |
Date: |
Fri, 01 Aug 2003 11:44:04 +0300 |
Hi Stéphane,
> I would like GNU Radius to execute two or more queries at some events, in my
> case acct_stop_query, in order to accomplish some tasks that can't be made
> with only one query (update one field + delete it if its connection time is
> over + update other fields in other tables).
>
> Is there a way to do that ? A trick ?
Currently it can only be done via a custom accounting procedure (a
Scheme procedure invoked by Scheme-Acct-Procedure, or an external
program invoked by Acct-Ext-Program attribute).
I plan to add the feature in 1.2, though.
Regards,
Sergey