25 Apr
2007
25 Apr
'07
2:39 a.m.
info@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