Hi to all, I have more SQL in which check for accounting infos. In my "sites-enabled/default" file I have in my accounting section: {... sql1 sql2 sql3 ... } I notice that in this way the process check if AT LEAST one of above tables "returns ok", but I'd want accounting module returns OK iff exactly ONE of that returns ok. Is there a way to configure in this XOR way? Thanks in advance. Regards -- Rosario L.
Rosario Lumia wrote:
I have more SQL in which check for accounting infos. In my "sites-enabled/default" file I have in my accounting section: .. I notice that in this way the process check if AT LEAST one of above tables "returns ok", but I'd want accounting module returns OK iff exactly ONE of that returns ok.
Is there a way to configure in this XOR way?
$ man unlang This is documented. Alan DeKok.
Thanks a lot. Rosario 2011/7/28 Alan DeKok <aland@deployingradius.com>
Rosario Lumia wrote:
I have more SQL in which check for accounting infos. In my "sites-enabled/default" file I have in my accounting section: .. I notice that in this way the process check if AT LEAST one of above tables "returns ok", but I'd want accounting module returns OK iff exactly ONE of that returns ok.
Is there a way to configure in this XOR way?
$ man unlang
This is documented.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Rosario L.
participants (2)
-
Alan DeKok -
Rosario Lumia