group_attribute is never put in (Freeradius 3.0.10)

Alan DeKok aland at deployingradius.com
Mon Feb 15 16:34:06 CET 2016


On Feb 15, 2016, at 5:34 AM, Luescher Claude <stargate at tango.lu> wrote:
> 
> Hello list,
> 
> I have spent quite a lot of time on trying to figure out this issue. In the sql query config I have:
> 
>        group_attribute = "Sql-Group" # Freeradius 3.x default, this does not work either

  What does that mean?

  The "group_attribute" here is a short-hand for SQL-Group, or "instance-SQL-Group", when you have multiple SQL modules.

  e.g.

sql sql1 {
	....
	group_attribute = "sql1-SQL-Group" # manually edit it to be this

}

> Here the enumerated group never gets put in so I get:
> 
> (0) sql_config: EXPAND SELECT id, groupname, attribute, value, op               FROM radgroupreply                WHERE groupname = '%{Sql-Group}'                ORDER BY id
> (0) sql_config:    --> SELECT id, groupname, attribute, value, op               FROM radgroupreply                WHERE groupname = ''               ORDER BY id
> (0) sql_config: Executing select query: SELECT id, groupname, attribute, value, op                FROM radgroupreply                WHERE groupname = ''                ORDER BY id

  Because It should be set to "sql_config-SQL-Group".

  Alan DeKok.




More information about the Freeradius-Users mailing list