Hello all,

Seems that the postgresql.conf is a little bit outdated : 
in both request 
        authorize_group_check_query = "SELECT
${groupcheck_table}.id,${groupcheck_table}.GroupName,${groupcheck_table}.Attribute,${groupcheck_table}.Value
 FROM ${groupcheck_table},${usergroup_table} WHERE ${usergroup_table}.Username = 
'%{SQL-User-Name}' AND ${usergroup_table}.GroupName = ${groupcheck_table}.GroupName 
ORDER BY ${groupcheck_table}.id"
        authorize_group_reply_query = "SELECT
${groupreply_table}.id,${groupreply_table}.GroupName,${groupreply_table}.Attribute,${groupreply_table}.Value
 FROM ${groupreply_table},${usergroup_table} WHERE ${usergroup_table}.Username = 
'%{SQL-User-Name}' AND ${usergroup_table}.GroupName = ${groupreply_table}.GroupName 
ORDER BY ${groupreply_table}.id"

it seems that it lacks ,${groupcheck_table}.Op before FROM

anyway even it adding this attribut I can not make freeradius run
cleanly. With Mysql every thing is Ok but as mysql is not install on my
<<production server>> I can not use it


any idea / success ? 

________________________________________________________________________
                                    
                            Frederic Jacquet
                       [EMAIL PROTECTED]
                                    
                             "You can't go
                           around building a
                            better world for
                              people. Only
                                people 
                           can build a better
                           world for people.
                             Otherwise it's
                             just a cage." 
                           (Witches Abroad) 

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

Reply via email to