]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
PostgreSQL: Don't use NOW() since the queries can be replayed from a file
authorTerry Burton <tez@terryburton.co.uk>
Mon, 23 Mar 2020 16:45:52 +0000 (16:45 +0000)
committerAlan DeKok <aland@freeradius.org>
Mon, 23 Mar 2020 23:07:31 +0000 (19:07 -0400)
raddb/mods-config/sql/main/postgresql/queries.conf

index e0840e1d67e2fd952433ef7a1a0253b91dd467aa..548b0067180f3a81550ff9167a5be13ca65baa0b 100644 (file)
@@ -636,5 +636,5 @@ post-auth {
                        '%{User-Name}', \
                        '%{%{User-Password}:-%{Chap-Password}}', \
                        '%{reply:Packet-Type}', \
-                       NOW())"
+                       '%S.%M')"
 }