Line 204 in my users file is the following:<br>DEFAULT   Auth-Type := Reject<br><br>My MySQL databse also stores huntgroup information for the FreeRadius server. I want to reject authentication by default on all my nas devices unless the usergroup which the user belongs to is allowed to access that huntgroup.<br>
I've basically followed this guide:<br><a href="http://wiki.freeradius.org/SQL_Huntgroup_HOWTO">http://wiki.freeradius.org/SQL_Huntgroup_HOWTO</a><br><br>my radhuntgroup config:<br>+----+-----------+----------------+----------------+------------------+<br>
| id | groupname | nasipaddress   | nasportid      | usergroup        |<br>+----+-----------+----------------+----------------+------------------+<br>|  1 | admin     | 192.168.1.1           | tty            | engineeringadmin |<br>
<br><br>my radgroupcheck config:<br>+----+------------------+----------------+----+----------------+<br>| id | groupname        | attribute      | op | value                 |<br>+----+------------------+----------------+----+----------------+<br>
|  5 | engineeringadmin | Huntgroup-Name | == | admin     | <br>|  6 | engineeringadmin | Auth-Type      | := | Accept         | <br><br><br><br><div class="gmail_quote">On Thu, Jan 21, 2010 at 6:21 PM, Alan Buxey <span dir="ltr"><<a href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</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;">Hi,<br>
<div class="im"><br>
>     users: Matched entry DEFAULT at line 204<br>
> ++[files] returns ok<br>
<br>
</div>whats on line 204 or your users file? the reason why I ask is because......<br>
<div class="im"><br>
> rlm_pap: Found existing Auth-Type, not changing it.<br>
> ++[pap] returns noop<br>
>   rad_check_password:  Found Auth-Type Accept<br>
>   rad_check_password: Auth-Type = Accept, accepting the user<br>
> Login OK: [john.doe] (from client routerA port 1 cli 192.168.1.1)<br>
<br>
</div>see that? the system has been told that the Auth-Type is Accept.<br>
the only place it picked that yup from is the users file.<br>
<br>
alan<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>
</blockquote></div><br>