Variable reports null but can be seen in request

Alan DeKok aland at deployingradius.com
Wed Jun 8 19:38:32 CEST 2011


DaveA wrote:
> This is my condition in the default site:
> 
>         if ("%{request:Tunnel-Client-Endpoint:0}" ==

  This is much more comlicated than it needs to be.  The ":0" is the
problem.

  Change it to:

	if (Tunnel-Client-Endpoint == "%{request:Calling-Station-ID}") {

  Alan DeKok.



More information about the Freeradius-Users mailing list