]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we don't need to rename the SQL-Group attribute
authorAlan T. DeKok <aland@freeradius.org>
Wed, 23 Aug 2023 16:56:37 +0000 (12:56 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 23 Aug 2023 16:56:37 +0000 (12:56 -0400)
src/tests/modules/sql_mysql/module.conf
src/tests/modules/sql_postgresql/module.conf
src/tests/modules/sql_sqlite/module.conf

index 6d6efecee56769dad6387c36a654ff3fb595d897..7392c1ce82404a4bbe047517f0ef32ac609d4cdd 100644 (file)
@@ -38,7 +38,7 @@ sql {
        }
 
        # The group attribute specific to this instance of rlm_sql
-       group_attribute = "sql.group"
+       group_attribute = "SQL-Group"
 
        # Read database-specific queries
        $INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf
index 142d81b6717617014758ff7251980962276a7392..e03bd7c47c06ec5f2a31a075b8b81cab5fa0b9ac 100644 (file)
@@ -38,7 +38,7 @@ sql {
        }
 
        # The group attribute specific to this instance of rlm_sql
-       group_attribute = "sql.group"
+       group_attribute = "SQL-Group"
 
        # Read database-specific queries
        $INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf
index c11889bea746bd8a5609bfa80da0d5e49b8ffa4e..3a5f75c87a663aafa1acaef10fe8c14fb2f72f3e 100644 (file)
@@ -38,7 +38,7 @@ sql {
        }
 
        # The group attribute specific to this instance of rlm_sql
-       group_attribute = "sql.group"
+       group_attribute = "SQL-Group"
 
        # Read database-specific queries
        $INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf