Nathan McDavit-Van Fleet wrote:
> if("%{control.EAP-Type}" == 21)
> if(control.EAP-Type == 21)
>
> Still getting a parse error on that one. I'm surprised that it won't even
> start the service on this, but I suppose it's better anyhow.
Maybe "if ("...
i.e. put a space between the "if" and "(".
Alan DeKok.