From: Alan T. DeKok Date: Mon, 24 May 2021 17:32:21 +0000 (-0400) Subject: missed one X-Git-Tag: release_3_0_23~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da5268a57e2450be8c6b677159c80797784f52cf;p=thirdparty%2Ffreeradius-server.git missed one --- diff --git a/raddb/mods-config/sql/main/sqlite/queries.conf b/raddb/mods-config/sql/main/sqlite/queries.conf index 98290ac26e9..0402056a5df 100644 --- a/raddb/mods-config/sql/main/sqlite/queries.conf +++ b/raddb/mods-config/sql/main/sqlite/queries.conf @@ -42,19 +42,19 @@ sql_user_name = "%{User-Name}" # class { # - # Delete the '#' character from each of the next 3 lines in - # order to put the Class attribute into the various tables. - # Leave the double-quoted string there, as the value for - # the configuration item. + # Delete the '#' character from each of the configuration + # items in this section. This change puts the Class + # attribute into the various tables. Leave the double-quoted + # string there, as the value for the configuration item. # # See also policy.d/accounting, and the "insert_acct_class" # policy. You will need to list (or uncomment) # "insert_acct_class" in the "post-auth" section in order to # create a Class attribute. # - column_name = # ", class" - packet_xlat = # ", '%{Class}'" - reply_xlat = # ", '%{Reply:Class}'" + column_name = # ", class" + packet_xlat = # ", '%{Class}'" + reply_xlat = # ", '%{Reply:Class}'" } ####################################################################### @@ -329,7 +329,8 @@ accounting { '', \ '', \ '', \ - '')" + '' \ + ${....class.reply_xlat})" query = "\ UPDATE ${....acct_table1} SET \