]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
sql_map does not use the dialect option
authorNick Porter <nick@portercomputing.co.uk>
Mon, 1 Apr 2024 14:30:24 +0000 (15:30 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 1 Apr 2024 14:30:24 +0000 (15:30 +0100)
raddb/mods-available/sql_map

index 93b26362ecfa56c040d26d7d4eb3950c80ebb9df..a0b32ef4450006d817a77b2af70076e061f8037f 100644 (file)
@@ -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 ... "