From: Alan T. DeKok Date: Thu, 15 Jul 2021 18:11:10 +0000 (-0400) Subject: remove extra field. Fixes #4144 X-Git-Tag: release_3_0_24~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c190829354b22028fe9b05dc7d1a9e8f975663f;p=thirdparty%2Ffreeradius-server.git remove extra field. Fixes #4144 --- diff --git a/raddb/mods-config/files/authorize b/raddb/mods-config/files/authorize index ddf805fe03c..86424ad7d20 100644 --- a/raddb/mods-config/files/authorize +++ b/raddb/mods-config/files/authorize @@ -1,3 +1,5 @@ +bob Cleartext-Password := "bob" + # # Configuration file for the rlm_files module. # Please see rlm_files(5) manpage for more information. diff --git a/raddb/mods-config/sql/main/oracle/queries.conf b/raddb/mods-config/sql/main/oracle/queries.conf index ad33d34c2bc..bca88d85750 100644 --- a/raddb/mods-config/sql/main/oracle/queries.conf +++ b/raddb/mods-config/sql/main/oracle/queries.conf @@ -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}' + \