All I am trying to do is reject auth requests from a specific realm.<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><a href="http://wiki.freeradius.org/Operators" target="_blank">http://wiki.freeradius.org/Operators</a><br>

<br>
I am not sure what are you trying to do. If you are trying to match regex<br>
then use a proper operator. And if you are trying to do an exact match<br>
than right side should be a string not regex. And use just "Realm" on the<br>
left.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div>So something like? This gives the same error.</div><div><br></div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(80, 0, 80); "><div>
<span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">if (Realm == your.realm)  {<br>    update control {<br>        Auth-Type = Reject<br>    }</span></div><div><span style="font-size: 13px; "></span></div>
</span><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(80, 0, 80); ">}</span> </div><div><br></div><div>Where is the syntax for flow control like 'if' documented?</div>
</div>