<div dir="ltr">We want some certain users to directly authenticate and others must provide password and they provide their identity and then they are authenticated. So I think i must change<br><br><a href="http://wiki.freeradius.org/guide/Mac%20Auth" target="_blank">http://wiki.freeradius.org/guide/Mac%20Auth</a><br>
<pre>  if (!ok) {
    <b>reject</b>  (is there a statement like authenticate rather then directly rejecting them and if they fail to authenticate and then reject)
  }
  else {
    # accept
    update control {
      Auth-Type := Accept
    }
  }
}</pre><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 27, 2013 at 3:35 PM, Arran Cudbard-Bell <span dir="ltr"><<a href="mailto:a.cudbardb@freeradius.org" target="_blank">a.cudbardb@freeradius.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
> It will be a CHAP Authentication and will be based on Calling-Station-Id<br>
><br>
> I think <a href="http://freeradius.1045715.n5.nabble.com/freeradius-Calling-Station-Id-td5715153.html" target="_blank">http://freeradius.1045715.n5.nabble.com/freeradius-Calling-Station-Id-td5715153.html</a><br>
><br>
> Calling-Station-Id = "12345", Auth-Type := Accept<br>
><br>
<br>
</div>So you just want to do Mac-Auth basically?<br>
<br>
<a href="http://wiki.freeradius.org/guide/Mac%20Auth" target="_blank">http://wiki.freeradius.org/guide/Mac%20Auth</a><br>
<div class="im HOEnZb"><br>
Arran Cudbard-Bell <<a href="mailto:a.cudbardb@freeradius.org">a.cudbardb@freeradius.org</a>><br>
FreeRADIUS Development Team<br>
<br>
</div><div class="HOEnZb"><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></div>