Semantics of !~ operator

Herwin Weststrate herwin at quarantainenet.nl
Tue Apr 28 11:36:18 CEST 2015


On 28-04-15 11:28, Gerald Vogt wrote:
> debug output is usually so long...
> 
> The inner-tunnel contains these three lines at the beginning of the
> authorize section:
> 
>         update request {
>                 Called-Station-SSID := &outer.Called-Station-SSID
>         }
> 
> This is debug output of one request until before the inner eap. I suppose
> it contains everything to show that the copy doesn't work...

I've always used the following syntax:

  update request {
    Called-Station-SSID := &outer.request:Called-Station-SSID
  }

Mind the extra "request:"

-- 
Herwin Weststrate


More information about the Freeradius-Users mailing list