Server switch

Phil Mayers p.mayers at imperial.ac.uk
Tue Mar 26 15:05:21 CET 2013


On 26/03/2013 13:52, Emmanuel BILLOT wrote:
> authorize {
>   if (Called-Station-Id =~ /^.*:([-a-zA-Z]+)$/) {
>      update control {
>        Tmp-String-0 := "%{1}"
>      }
>    }
>
>    switch "%{Tmp-String-0}" {

That needs to be:

  switch "%{control:Tmp-String-0}" {




More information about the Freeradius-Users mailing list