Hello,

I'm trying to configure my freeradius server to authenticate with openLDAP and unxiODBC to a Platypus database. I have colliding usernames in the databases so I would like to check LDAP first, if that fails check SQL/Platypus.

Right now I have unixODBC working and Radius running selects of the MS-SQL database. I do not have a working query_string for any of the queries in mssql.conf. Does anyone have working authorize_check_query for Platypus? I only need to check username/passwords EVERYONE in the database is dynamic IP and I can safely ignore any value/attribute pairs stored in the database.

Once I get the SQL stuff working I can do something like

authorize {
        redundant {
          ldap
         sql
}
}

If I can't get the SQL stuff working how can I have radius try LDAP the fail over to a proxy request to another radius server which has the SQL/Platypus data

-Matt


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

Reply via email to