goto error;
}
- if (cf_section_name2(conf)) {
+ if (inst->config.group_attribute) {
+ group_attribute = inst->config.group_attribute;
+ } else if (cf_section_name2(conf)) {
snprintf(buffer, sizeof(buffer), "%s.group", mctx->inst->name);
group_attribute = buffer;
} else {
}
# 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
}
# 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
}
# 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