More than one sentence in accounting_stop_query
Hi, I use Freeradius with Mysql. I want to make 2 SQL consultations in the accounting_stop_query field. (in sql.conf) I proved all the possible alternatives, but it does not work, like: accounting_stop_query field = "sentence1, sentence2" or accounting_stop_query field = "sentence1; sentence2" or accounting_stop_query field = "sentence1" accounting_stop_query field = "sentence2" somebody knows how to do it? Regards, Jorge
I want to make 2 SQL consultations in the accounting_stop_query field. (in sql.conf)
Define a new section like that sql {...} in sql.conf (for example call it postsql), and then invoke it in radiusd.conf in accounting { ... } section: accounting { detail sql postacctsql } You see, all of those methods will be invoked for all acounting packets. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
participants (2)
-
Damjan -
Jorge Pomoro