Problem with freeradius and cisco 1610 access server

2001-09-06 Thread Luis Carlos Carvajal Infante
I want that the radius server deny the access based on the NAS-port, so there will be a relation between the users and the NAS-Port, and 1 user just can login in just a determined port and not in the rest of the ports. I defined the attribute NAS-Port in the users file, also I tried with the Frame

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread Chris Parker
At 05:29 PM 9/6/2001 -0400, Tim Mayo wrote: >Are you aware that the Attribute number is also the one assigned to >Ascend-Client-Assign-WINS? This may be the problem. Both of them are >attribute 80. I can't remember of hand if the 5399s are in Ascend >compat mode by default and I won't be able t

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread Tim Mayo
Are you aware that the Attribute number is also the one assigned to Ascend-Client-Assign-WINS? This may be the problem. Both of them are attribute 80. I can't remember of hand if the 5399s are in Ascend compat mode by default and I won't be able to check this until Monday. :( Changing the NAS

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread aland
Tim Mayo <[EMAIL PROTECTED]> wrote: > The 0906 snapshot has the same behavior in this regard as the 0830 > snapshot. :( I was able to get it to work by commenting out the check > that causes the error message, but there needs to be a cleaner method. I agree. The problem is that the hmac code

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread Tim Mayo
The 0906 snapshot has the same behavior in this regard as the 0830 snapshot. :( I was able to get it to work by commenting out the check that causes the error message, but there needs to be a cleaner method. Does the server know when it has seen an EAP request from a given NAS? Is there any way

Re: users file tricks

2001-09-06 Thread aland
Andrei Koulik <[EMAIL PROTECTED]> wrote: > But seems operator := does not add "Hint" to the request so > DEFAULT entry never matches The 'Hint' attribute is added to the *reply*, not to the incoming packet. Right now, there is no way to get the 'users' file to selectively add attributes to

Re: v0.2 dies sometimes

2001-09-06 Thread aland
"Andrew Melnikov" <[EMAIL PROTECTED]> wrote: > Nothing meaningful in the logs and no *core* files : ( Look for the word "core" in radiusd.conf. Allow core dumps... > Is it a good idea to try running freeradius under radwatch? Sure. Alan DeKok. - List info/subscribe/unsubscribe? See h

Re: Help: about -DWITH_DBM

2001-09-06 Thread aland
"deshou"<[EMAIL PROTECTED]> wrote: > I am trying to use freeradius-0.2+mysql3.23.40,but I don't know how > to use WITH_DBM. You don't use it. It's old code, and not used any more. > I added #define WITH_DBM in src/main/radiusd.c,compilered!then I > started radiusd with -b,but Received accting

Re: Re[2]: lockups

2001-09-06 Thread aland
Pavel Levshin <[EMAIL PROTECTED]> wrote: > It seemes as every processed query stayed in the radiusd's list > forever. Currently, I am unable to reproduce the bug to obtain more > information on it, as radiusd works pretty well in debug mode for few > hours, with request_count balancing around 2-3

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread aland
Tim Mayo <[EMAIL PROTECTED]> wrote: > The log entry is: > > rad_recv: Access-Request packet from host xxx.xxx.xxx.xxx:2438, id=129, length=201 > Received packet from xxx.xxx.xxx.xxx with invalid Message-Authenticator! > Server rejecting request 11. > Sending Access-Reject of id 129 to xxx.xxx.xxx

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread Tim Mayo
Sorry to follow up on my own post, but: Tim Mayo wrote: > > I've been wrestling with the same thing for a week now. > > The log entry is: This should have said: "The debug output is:" > > rad_recv: Access-Request packet from host xxx.xxx.xxx.xxx:2438, id=129, length=201 > Received packet fr

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread Tim Mayo
I've been wrestling with the same thing for a week now. The log entry is: rad_recv: Access-Request packet from host xxx.xxx.xxx.xxx:2438, id=129, length=201 Received packet from xxx.xxx.xxx.xxx with invalid Message-Authenticator! Server rejecting request 11. Sending Access-Reject of id 129 to xx

freeradius reads users from mysql database but don't insert account details

2001-09-06 Thread slim chtourou
hello, we have configurated freeradius 0.2 to read user and insert details to radacct table informations from mysql database we have set the authentication with Auth-Type := SQL we don't have any problem with authentication but account details are not inserted in database but in delail file. rad

Re: Change to parsing of DEFAULT between 0.2 and current

2001-09-06 Thread aland
Spike Ilacqua <[EMAIL PROTECTED]> wrote: > with the current CVS release, it gets an error: > > Error: /etc/raddb/users[195]: Parse error (check) for entry DEFAULT: OK, there was a bug in src/lib/valuepair.c, where it was returning hard-coded values instead of named tokens. I've put a fix in

Re: Update to latest CVS wont let users authenticate using mysql

2001-09-06 Thread aland
"Ker Ruben Ramos" <[EMAIL PROTECTED]> wrote: > Using the old one.. with my configs.. could let me authenticate but when = > I used the latest CVS and tried with same configs... It did not let = > users authenticate anymore... > something like returns 'reject' instead of 'ok'. So what does it sa

Re: Fresh install, error: "unknown client"

2001-09-06 Thread Chris Galloway
Thanks Alan, I figured it out after walking away from it for a day I had run ./configure with different variables a couple of times and edited the /etc/raddb/clients file, but when reading the radius -X output (again) I saw it was looking at /usr/local/etc/raddb/clients doww! Stupid me...:

Re: Freeradius-Users digest, Vol 1 #232 - 15 msgs

2001-09-06 Thread Noli Docot
hi guys, my radiusd server does not write /var/log/radutmp but accounting logs works perfectly fine. Please tell me why? where did i go wrong? please help. On Thu, 6 Sep 2001 [EMAIL PROTECTED] wrote: > Send Freeradius-Users mailing list submissions to > [EMAIL PROTECTED] > > To subscribe

RE: trying to understand module counter?

2001-09-06 Thread Mustafa N. Deeb
Ok, one last thing Reset = never?? At 01:18 PM 9/5/2001 +0200, you wrote: >Hi all > >We can do this in radiusd.conf > >DEFAULT Daily-Session-Time > 3600, Auth-Type = Reject Actually, you put the DEFAULT into the 'users' file, but I think you knew that. >What are the keywords that are s

Re: v0.2 dies sometimes

2001-09-06 Thread Andrew Melnikov
> >Hello, > > > >I use freeradius-0.2 and it dies sometimes so I had to put it into > >/etc/inittab to respawn it if it terminates. > > > >What is the best way to track this problem down and fix it? > > Look for a core file left by the process ( if it crashed ). Run GDB > on it ala: > > prompt$