>
> I have tried making to op field in radgroupreply empty and removing the
> field alltogether but I still get these errors.  Is there something I need
> to change in /etc/raddb/postgresql.conf
>
>
> Sincerely,
> craig

There is a small error (if it is an error) in default postgresql.conf. You 
should change your authorize_group_check_query to 
"SELECT 
${groupcheck_table}.id,${groupcheck_table}.GroupName,${groupcheck_table}.Attribute,${groupcheck_table}.Value,${groupcheck_table}.Op
 
FROM ${groupcheck_table},${usergroup_table} WHERE ${usergroup_table}.Username 
= '%{SQL-User-Name}' AND ${usergroup_table}.GroupName = 
${groupcheck_table}.GroupName ORDER BY ${groupcheck_table}.id"

old query didn't select "${groupcheck_table}.Op" field (compare this query 
with default and you'll see differences).

also you should add this field to your authorize_group_reply_query.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to