wow... i managed to make it work w/ groups but i like your way better =)<br>Thank you!<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">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 class="im">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 class="h5">-<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>