From: Nick Porter Date: Mon, 1 Apr 2024 14:30:24 +0000 (+0100) Subject: sql_map does not use the dialect option X-Git-Tag: release_3_2_4~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d5d8767bc225286ffc5fc877c85f528a87a06d;p=thirdparty%2Ffreeradius-server.git sql_map does not use the dialect option --- diff --git a/raddb/mods-available/sql_map b/raddb/mods-available/sql_map index 93b26362ecf..a0b32ef4450 100644 --- a/raddb/mods-available/sql_map +++ b/raddb/mods-available/sql_map @@ -6,11 +6,6 @@ sql_map { # use the *instance* name here: sql1. sql_module_instance = "sql" - # This is duplicative of info available in the SQL module, but - # we have to list it here as we do not yet support nested - # reference expansions. - dialect = "mysql" - # Name of the check item attribute to be used as a key in the SQL queries query = "SELECT ... FROM ... "