From: Alan T. DeKok Date: Tue, 25 May 2021 12:58:53 +0000 (-0400) Subject: sql.accounting needs Acct-Status-Type X-Git-Tag: release_3_0_23~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85faf6285d11e2e1f8ad40f298694cd667040702;p=thirdparty%2Ffreeradius-server.git sql.accounting needs Acct-Status-Type otherwise it won't work --- diff --git a/raddb/policy.d/accounting b/raddb/policy.d/accounting index 8e4c38a1c4d..f962e328a27 100644 --- a/raddb/policy.d/accounting +++ b/raddb/policy.d/accounting @@ -119,5 +119,12 @@ acct_counters64.preacct { # sql_session_start.post-auth { acct_unique + + # + # The SQL accounting queries need an Acct-Status-Type attribute + # + update request { + Acct-Status-Type := Start + } sql.accounting }