i've had to add the "${groupreply_table}.Op" to the sql string in the
postgresql config in order to prevent it from complaining about the
missing column

fortunately the default behavior still resolves even if the 'op' column is
missing

here is the complete string:


authorize_group_reply_query = "SELECT ${groupreply_table}.id,
${groupreply_table}.GroupName, ${groupreply_table}.Attribute,
${groupreply_table}.Value, ${groupreply_table}.Op FROM
${groupreply_table},${usergroup_table} WHERE ${usergro up_table}.Username
= '%{SQL-User-Name}' AND ${usergroup_table}.GroupName =
${groupreply_table}.GroupName ORDER BY ${groupreply_table}.id"



-----------------------------------------------------------------------------
[EMAIL PROTECTED]            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.    
+1 651.645.9798 fax            Don't forget your BackPack!"   
-----------------------------------------------------------------------------


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

Reply via email to