]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove extra field. Fixes #4144
authorAlan T. DeKok <aland@freeradius.org>
Thu, 15 Jul 2021 18:11:10 +0000 (14:11 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 15 Jul 2021 18:11:10 +0000 (14:11 -0400)
raddb/mods-config/files/authorize
raddb/mods-config/sql/main/oracle/queries.conf

index ddf805fe03c323535b0f1cf2d414b2bfa38501c1..86424ad7d2083c86dd7391e26ab9c9e3be930f81 100644 (file)
@@ -1,3 +1,5 @@
+bob    Cleartext-Password := "bob"
+
 #
 #      Configuration file for the rlm_files module.
 #      Please see rlm_files(5) manpage for more information.
index ad33d34c2bc15c470c1f331eaea2bd754c69bdf6..bca88d857501969330e204a256c58f61a5113603 100644 (file)
@@ -601,9 +601,8 @@ accounting {
                                        ${....event_timestamp}, \
                                        '%{Acct-Session-Time}', \
                                        '%{Acct-Authentic}', \
-                                       '', \
-                                       '%{Connect-Info}', \
                                        NULL, \
+                                       '%{Connect-Info}', \
                                        '%{Acct-Input-Octets}' + \
                                                ('%{%{Acct-Input-Gigawords}:-0}' * 4294967296), \
                                        '%{Acct-Output-Octets}' + \