From: Terry Burton Date: Tue, 13 Aug 2019 15:45:38 +0000 (+0100) Subject: MySQL queries.conf: Increase post-auth logging precision X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a340cbc49d796cfecceb05d624bc17b6818b200;p=thirdparty%2Ffreeradius-server.git MySQL queries.conf: Increase post-auth logging precision MySQL can support microsecond precision on timestamps. When it isn't supported the fractional part is simply discarded. --- diff --git a/raddb/mods-config/sql/main/mysql/queries.conf b/raddb/mods-config/sql/main/mysql/queries.conf index 04a87afd69d..a73cd97c8cc 100644 --- a/raddb/mods-config/sql/main/mysql/queries.conf +++ b/raddb/mods-config/sql/main/mysql/queries.conf @@ -371,5 +371,5 @@ post-auth { '%{SQL-User-Name}', \ '%{%{User-Password}:-%{Chap-Password}}', \ '%{reply:Packet-Type}', \ - '%S')" + '%S.%M')" }