On 9/7/07, <b class="gmail_sendername">YvesDM</b> <<a href="mailto:ydmlog@gmail.com">ydmlog@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I want a specific user (call him john) NOT to be able to login through a specific nas.<br>So I thought, just add this to radcheck<br><br>INSERT INTO `radcheck` (`UserName`, `Attribute`, `op`, `Value`) VALUES ('john','NASIdentifier','!=','nas-id')
<br><br>(nas-id is the nasidentifier of the specific nas)<br><br>Anyway, when I add this entry to radcheck, john gets rejected all the time, no matter what nas he's connecting to.<br>Am I overlooking something? </blockquote>
<div><br><br>Never mind, problem solved, forgot the - in NAS-Identifier :-) <br> </div>INSERT INTO `radcheck` (`UserName`, `Attribute`, `op`, `Value`) VALUES ('john','NAS-Identifier','!=','nas-id')
</div><br>Kind regards<br>