Well i guess i'm back to my problem :(<br>I tried group thing and i'm  getting som strange un-constant results :(<br><br>Can some one tell me how the logic works for groupcheck? <br><br>If I have Calling-Station-Id and reply reject spesified for the same user what should happen? what if i have 100 MAC addressed entered how do we check for that?<br>
<br>I had 1 MAC address entered and geting rejected well. If 1 MAC is entered but not my MAC then im not getting rejected, yet when 2 Mac addresses entered im geting rejected regardless of my mac address. (My ban group has priority of 1)<br>
<br>I would love to solve my problem w/ groups so I don't have to edit radius xinfig files,,, but if im geting this trange results or if its not possible i'm more or less ok w. adding more settings to configs...<br>
<br><br>Thanks for helping me out!<br><br><br><br><br><br><div class="gmail_quote">On Tue, Dec 15, 2009 at 2:41 PM, Alex M <span dir="ltr"><<a href="mailto:freeradius@lrcommunications.net">freeradius@lrcommunications.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">wow... i managed to make it work w/ groups but i like your way better =)<br>Thank you!<div><div>
</div><div class="h5"><br><br><div class="gmail_quote">On Tue, Dec 15, 2009 at 2:36 AM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Alex M wrote:<br>
> Hey all, i'm coming back here w/ my old question of how to reject users<br>
> based on their MAC address... but now im running FR 2.x.x<br>
><br>
> So, we have trial access for free, and some people figured that they can<br>
> re-register new accounts for trial all over again and have fun this way.<br>
> Well thats not fun for us so we trying to figure out what we can do to<br>
> reject reqyest from their machines no matter what name they put in. So<br>
> maybe some one can help me out here.<br>
<br>
</div>  Create a table called "blocked MACs", and put the MAC addresses in<br>
there.  Then, in the "authorize" section, do:<br>
<br>
  if (Calling-Station-Id == "%{sql: SELECT ....}") {<br>
      reject<br>
  }<br>
<br>
  Fix the SQL statement to SELECT the row containing the Calling-Station-Id.<br>
<font color="#888888"><br>
  Alan DeKok.<br>
</font><div><div></div><div>-<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>
</div></div></blockquote></div><br>