From: Terry Burton Date: Mon, 23 Mar 2020 16:45:52 +0000 (+0000) Subject: PostgreSQL: Don't use NOW() since the queries can be replayed from a file X-Git-Tag: release_3_0_21~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fbf21fb28baba62e66242fec615cd893b16e72a;p=thirdparty%2Ffreeradius-server.git PostgreSQL: Don't use NOW() since the queries can be replayed from a file --- diff --git a/raddb/mods-config/sql/main/postgresql/queries.conf b/raddb/mods-config/sql/main/postgresql/queries.conf index e0840e1d67e..548b0067180 100644 --- a/raddb/mods-config/sql/main/postgresql/queries.conf +++ b/raddb/mods-config/sql/main/postgresql/queries.conf @@ -636,5 +636,5 @@ post-auth { '%{User-Name}', \ '%{%{User-Password}:-%{Chap-Password}}', \ '%{reply:Packet-Type}', \ - NOW())" + '%S.%M')" }