I first tried using Group-Name as that works in the Users file... <br><br>if (Group-Name == "net_su") {<br>    update control {<br>        Tmp-String-0 := "net_su"<br>    }<br>}<br clear="all"><br><br>Then after searching the mailing list I came across Ldap-Group and gave that a try as well... <br>

<br>if (Ldap-Group == "net_su") {<br>    update control {<br>        Tmp-String-0 := "net_su"<br>    }<br>}<br><br><br>Cam. <br>--<br><br><br><br><br><br>
<br><br><div class="gmail_quote">On Sat, Sep 25, 2010 at 18:12, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">Cameron Wood wrote:<br>
> How can I compare this data? I've tried comparing for it in the<br>
> Authorize section using an IF statement, but that didn't work.<br>
<br>
</div>  <sigh><br>
<br>
  *What* did you try?<br>
<div><div></div><div class="h5"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>