MySQL & MSSQL
Alan DeKok
aland at deployingradius.com
Wed Apr 25 08:39:58 CEST 2007
info at mazone.info wrote:
> Have anybody of you manage to configure freeradius to pull authorization
> iformation from MySQL and MSSQL (via ODBC/freetds) at the same time??
Have you listed two instances of the SQL module? See
doc/configurable_failover for examples.
> But, is there a way to configure a failover to ask MSSQL and then MySQL and
> have both modules running at the same time??
Yes.
Configure the modules as:
sql mssql {
... configuration ...
}
sql mysql {
... configuration ...
}
And then refer to them as "mssql" or "mysql", and never "sql".
Alan DeKok.
--
http://deployingradius.com - The web site of the book
http://deployingradius.com/blog/ - The blog
More information about the Freeradius-Users
mailing list