Re: Calling-Station-Id

2003-09-11 Thread L U C A S



Eric,

 You have to put the 
syntax (attributes) in your radgroupcheck table in MYSQL database if you have 
groups. OK?
Test 
this.


Lucas Nascimento
 

Message: 1From: "Eric" [EMAIL PROTECTED]To: [EMAIL PROTECTED]Subject: 
Re: Calling-Station-Id Date: Thu, 11 Sep 2003 08:15:48 -0700Reply-To: [EMAIL PROTECTED]Sorry,I'm 
using MySQL authentication.Could you wright the syntax for it.Thanks in 
advance.- Original Message - From: "Alan DeKok" [EMAIL PROTECTED]To: [EMAIL PROTECTED]Sent: 
Wednesday, September 10, 2003 7:28 AMSubject: Re: 
Calling-Station-Id Eric [EMAIL PROTECTED] wrote:  I need 
to authenticate users by Calling-Station-Id.  Pass users who uses 
phone number, which begins at "69" DEFAULT 
Calling-Station-ID =~ "^69", Auth-Type := Accept 
Alan DeKok. - List info/subscribe/unsubscribe? Seehttp://www.freeradius.org/list/users.html


Freeradius + Mysql

2003-09-09 Thread L U C A S



I'm usingFreeradius and have some 
problems that don't let me sleep..:-) 

I want to authentificate our users not 
only by username and passwort, I need to check alsoNAS-IP-Address or 
Called-Station-ID. This I need to manage different NAS with one Radius, the 
users only have to get access to one NAS. 

But this does not seem to work. Why? 


The User can everytime login into the 
NAS, with the correct Checkitem or without them.. The Radius seem to ignore 
the aditional Checkitems and it makes not sense if they are in the 
radchecktable or in the radgroupchecktable. Only Username and Password are 
checked. 

Wath I'm doing wrong?? Any Idea? 


Please help me! 

Lucas Nascimento



Freeradius + Mysql

2003-09-08 Thread L U C A S



How do I deny access to a 
specificgroup of users in Mysql, using Nas-Ip-Address or 
Called-Station-Id?

I haveNAS1for dial-up access 
andNAS2 for cable, but user´s from NAS1 can connect in cable. It´s wrong, 
ok??

Help me.


Lucas

PS: In radgroupcheck I put 
('1',dial-up,'Nas-Ip-Address','==','my-NAS-ip') and don´t 
work.