redundant sql question

Alex Sharaz alex.sharaz at york.ac.uk
Mon Sep 29 12:44:34 CEST 2014


Hi,

I'm calling a number of mysql stored procedures  with something like

update control {
      Tmp-String-3 := "%{sql_master:CALL get_manufacturer('%{NAS-IP-Address}')}"
   }


and stuff works just fine.

I then put the following in the instantiate section of radiusd.conf after my definitions of sql_master and sql_slave

        redundant redundant_sql {
           load-balance {
               redundant {
                  sql_master
                  sql_slave
               }
               redundant {
                  sql_slave
                  sql_master
               }
           }
        }

and changed the 1st statement to be
 update control {
      Tmp-String-3 := "%{redundant_sql:CALL get_manufacturer('%{NAS-IP-Address}')}"
   }


I'm now seeing a lot of .....

on Sep 29 11:30:59 2014 : Info: WARNING: Unknown module "redundant_sql" in string expansion "%"

appearing in radius.log. I'm running Vsn 2.2.5

What do I have to get rid of the unknown module warnings? 
Rgds
Alex


==========
Time for another Macmillan Cancer Support event. This time its the Indian Himalaya's Cycle Challenge 2014

Please sponsor me at http://www.justgiving.com/Alex-Sharaz





More information about the Freeradius-Users mailing list