Problem with group table being not checked by freeradius
I have installed Freeradius-3.0.1....rpm on CentOS-7, which fails to check for group tables I have set read_group = yes In /etc/raddb/mods-enabled/sql file And in /etc/raddb/mods-config/sql/main/mysql/queries.conf file group_membership_query = " SELECT groupname FROM ${usergroup_table} WHERE username = '%{SQL-User-Name}' ORDER BY priority" authorize_group_check_query = " SELECT id, groupname, attribute, Value, op FROM ${groupcheck_table} WHERE groupname = '%{Sql-Group}' ORDER BY id" authorize_group_reply_query = " SELECT id, groupname, attribute, value, op FROM ${groupreply_table} WHERE groupname = '%{Sql-Group}' ORDER BY id" How can I make radiusd check for group tables. I'm using mysql and have entries in radgroupcheck and radgrouply and also in radcheck and radreply. Thanks Akash
I'm already using the version that comes with CentOS-7, freeradius-3.0.1-6.el7.x86_64.rpm [2] On 2014-11-12 20:07, Alan DeKok wrote:
Akash wrote:
I have installed Freeradius-3.0.1....rpm on CentOS-7, which fails to check for group tables
Upgrade to 3.0.1
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html [1]
Links: ------ [1] http://www.freeradius.org/list/users.html [2] http://mirror.centos.org/centos/7/os/x86_64/Packages/freeradius-3.0.1-6.el7....
participants (2)
-
Akash -
Alan DeKok