9 Sep
2015
9 Sep
'15
12:23 p.m.
On Sep 9, 2015, at 11:15 AM, Andrés Gómez <andres.gomez.ruiz@gmail.com> wrote:
I have a list of authorized users stored in a Microsoft SQL Server 2008. My Freeradius system is installed on a Linux server, and I want to store the accounting (radacct table) data in my Linux server (mysql).
can freeradius ask to Microsoft SQL Server 2008 to authorize an user? How can I do it?
Yes. Just write an SQL query. What information is the SQL server? What do the tables look like? What's in them? Can you write an SQL query which keys off of the user name, and returns information about that user? Alan DeKok.