redundant sql question

Alan DeKok aland at deployingradius.com
Mon Sep 29 14:39:35 CEST 2014


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

  That won't work.  The redundant sections are fail-over configurations.
 They aren't modules.

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

  Because it's not a module.

  In version 3, the server won't even start with that configuration.

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

  Fix the %{...} string to use a real module.  Don't use a redundant
section.

  Alan DeKok.


More information about the Freeradius-Users mailing list