RE: Seeking recommendations for Radius implementation

2002-02-06 Thread Solomon Sokolovsky
Title: Message ICRADIUS -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of CLEOPHAS TOESent: Thursday, 7 February 2002 6:24 PMTo: [EMAIL PROTECTED]Subject: Seeking recommendations for Radius implementation Hi all,   Sorry, I am

Seeking recommendations for Radius implementation

2002-02-06 Thread CLEOPHAS TOE
Hi all,   Sorry, I am very new to this. I am looking to implement a FREE radius server in our production environment for about 70 users only.   I have a few requirements   1- caching should be supported 2- I would like to mirror them (Actually by installing two that will sync there DB) 3- Should r

To logout user in accounting

2002-02-06 Thread Serge Kozhenkov
I need to terminate session for user in accounting module (rlm_sql or rlm_radutmp) by different conditions. I try to send STOP packet from rlm_sql_accounting (in PW_STATUS_ALIVE section) with session_zap(). But this message("Stop packet with zero session length...") appeared. I just need to logo

Windows XP PPPoE == DoS in disguise

2002-02-06 Thread Neal Rauhauser
We've been fighting a weird problem today - our FreeRadius would run for anywhere from two minutes to two hours, then CPU utilization would shoot to 100% and no one could log in anywhere on the network. After much fruitless fiddling with radiusd by one of the other engineers I got involved

Re: R: Always on "rlm_sql: Could not link driver rlm_sql_mysql" UPDATE

2002-02-06 Thread Jeremy Brown
Maurice, It's possible that your header and lib files aren't in: /usr/local/mysql/lib /usr/local/mysql/include But are indeed in: /usr/local/mysql/lib/mysql /usr/local/mysql/include/mysql If that's the case, I would symlink directly to those dirs: ln -s /usr/local/mysql/lib/mysql /usr/lib/my

Re: sample ldif file

2002-02-06 Thread Kostas Kalevras
On Wed, 6 Feb 2002, Matthew Schumacher wrote: > Hello all, > > I am having trouble getting radius to work with ldap. I think I have > the config file setup corretly because I see ldap requests in the debug. > > I want to use pap and {crypt} for password encryption and accourding to > the docs th

Re: R: Always on "rlm_sql: Could not link driver rlm_sql_mysql"

2002-02-06 Thread Jeremy Brown
Maurice, Maybe try symlinking those two dirs to commonly looked at places. Example: ln -s /usr/local/mysql/include /usr/include/mysql ln -s /usr/local/mysql/lib /usr/lib/mysql Don't know if it will work but you can give it a shot. Jeremy On Wednesday 06 February 2002 02:14 pm, you wrote: > H

R: Always on "rlm_sql: Could not link driver rlm_sql_mysql"

2002-02-06 Thread Maurice Foschiatti
Hi Alan No good luck. I have the same problem that was posted by Robert Abbate in 14 Nov 2001. Don't find mysql.h., but this library is present in /usr/local/mysql/include. If i go in dir "rlm_sql_mysql" and i launch ./configure., this is the result: bash-2.03# ./configure --disable-shared --wit

sample ldif file

2002-02-06 Thread Matthew Schumacher
Hello all, I am having trouble getting radius to work with ldap. I think I have the config file setup corretly because I see ldap requests in the debug. I want to use pap and {crypt} for password encryption and accourding to the docs that should work. But I can't seem to get it working in my

Re: Radius Question

2002-02-06 Thread Randy Moore
At 12:25 PM 2/6/2002 -0500, you wrote: >"William Kelley" <[EMAIL PROTECTED]> wrote: > > I have multiple users who are logged in who stay logged in but they = > > aren't actually connected to the NAS. It seems sometimes the radacct = > > (using mysql) never sets a stop time for users. So they stay

Re: Thread issue - Possible fix

2002-02-06 Thread Alan DeKok
"Marcelo Ferreira" <[EMAIL PROTECTED]> wrote: > I tested the 20020203 snapshot with the _r() changes. > I ran then server without the -s option (radiusd -p 1812 ) and it cored > dump: These problems are a real pain to track down. > If I run it with -s (radiusd -s -p 1812) works fine. Yeah

Re: Identical attributes on auth

2002-02-06 Thread Alan DeKok
"Alan DeKok" <[EMAIL PROTECTED]> wrote: > The code in src/main/valuepair.c, function paircmp() should be > changed so that IF there isn't a match, it loops back to check for > another copy of the same attribute. This will slow the server down a > little, but not significantly. > > The patch

Re: upgrading freeradius

2002-02-06 Thread Alan DeKok
"Tim Monaghan" <[EMAIL PROTECTED]> wrote: > Is there a different process for upgrading freeradius, or would you > just install over your old install, and if so would this kill your > configs like radiusd.conf, clients.conf etc. ? No, it doesn't do that. > Im currently running a version I got

upgrading freeradius

2002-02-06 Thread Tim Monaghan
Is there a different process for upgrading freeradius, or would you just install over your old install, and if so would this kill your configs like radiusd.conf, clients.conf etc. ? Im currently running a version I got in mid august of 2001. ps, how do you tell exactly what version you have?

Re: 100% CPU utilization bug in FreeRadius 2001/03/10?

2002-02-06 Thread Alan DeKok
Neal Rauhauser <[EMAIL PROTECTED]> wrote: > I'm running FreeRadius code dated 2001/03/10 Don't even bother trying to figure out what's wrong with it. Upgrade to 0.4, it contains a *huge* number of bug fixes over that version, which is nearly a year old! > I've brought down the latest free

100% CPU utilization bug in FreeRadius 2001/03/10?

2002-02-06 Thread Neal Rauhauser
I'm running FreeRadius code dated 2001/03/10 which was built using /usr/ports/net/freeradius-devel on FreeBSD 4.4. The hardware is a pretty stout Athlon 850 box and it also hosts qmail. We have less than a hundred users total. After running for about two hours on average the CPU utilization f

Re: Identical attributes on auth

2002-02-06 Thread Stig Andersson
Yup - here is another one interrested - me! /Stig At 11:22 2002-02-06 -0500, you wrote: >Thomas Jalsovsky <[EMAIL PROTECTED]> wrote: >> my nas sends: >> ... >> h323-ivr-out=transactionID:13880 >> h323-ivr-out=type:test.tcl >> ... >> I want to check by the h323-ivr-out

Re: Win ME Authentication problem

2002-02-06 Thread Lee W
Don't know if this well help, but, If they are getting to the NAS you could see it as (Unauthenticated). Get the phone number they are calling from. You can then search the logs for that number. Lee On Wednesday 06 February 2002 09:59 am, you wrote: > ME to connect. When they connect it --

Radius Question

2002-02-06 Thread William Kelley
I have multiple users who are logged in who stay logged in but they aren't actually connected to the NAS. It seems sometimes the radacct (using mysql) never sets a stop time for users. So they stay connected and when you radwho they are still listed. Any idea's?

Re: Radius Question

2002-02-06 Thread Alan DeKok
"William Kelley" <[EMAIL PROTECTED]> wrote: > I have multiple users who are logged in who stay logged in but they = > aren't actually connected to the NAS. It seems sometimes the radacct = > (using mysql) never sets a stop time for users. So they stay connected = > and when you radwho they are sti

Re: Always on "rlm_sql: Could not link driver rlm_sql_mysql"

2002-02-06 Thread Alan DeKok
"Maurice Foschiatti" <[EMAIL PROTECTED]> wrote: > We have tried to install FreeRadius 0.4 on ur server Sun (Solaris 8.0), > with MySQL as our RDBM (it is installed on /usr/local/mysql, the libraies > are on /usr/local/mysql/lib and /usr/local/mysql/include). It works on the > 'text version', but

Re: Win ME Authentication problem

2002-02-06 Thread Alan DeKok
"Daniel S. Houtz" <[EMAIL PROTECTED]> wrote: > I have a customer using Windows ME to connect. When they connect it > prompts them to reenter their username and password and nothing is > logged in the RADIUS log. I don't have any WinME systems to test with. > Any ideas? Well, the Windows ME sys

Always on "rlm_sql: Could not link driver rlm_sql_mysql"

2002-02-06 Thread Maurice Foschiatti
Dear all, We have tried to install FreeRadius 0.4 on ur server Sun (Solaris 8.0), with MySQL as our RDBM (it is installed on /usr/local/mysql, the libraies are on /usr/local/mysql/lib and /usr/local/mysql/include). It works on the 'text version', but when we tried to work with mysql it return

Win ME Authentication problem

2002-02-06 Thread Daniel S. Houtz
Question... I have a customer using Windows ME to connect. When they connect it prompts them to reenter their username and password and nothing is logged in the RADIUS log. I don't have any WinME systems to test with. Any ideas? Dan Houtz - List info/subscribe/unsubscribe? See http://www.fre

Re: Identical attributes on auth

2002-02-06 Thread Thomas Jalsovsky
> > my nas sends: > > ... > > h323-ivr-out=transactionID:13880 > > h323-ivr-out=type:test.tcl > > ... > > I want to check by the h323-ivr-out line, so I would like to make > > decision (about accept/reject) by the attribute h323-ivr-out which has > > value 'type:'. > >

Re: Identical attributes on auth

2002-02-06 Thread Alan DeKok
Thomas Jalsovsky <[EMAIL PROTECTED]> wrote: > my nas sends: > ... > h323-ivr-out=transactionID:13880 > h323-ivr-out=type:test.tcl > ... > I want to check by the h323-ivr-out line, so I would like to make > decision (about accept/reject) by the attribute h323-ivr-out w

Re: Very OT reply (was Re: Documentation for Freeradius against PIX) (Jeremy McNamara)

2002-02-06 Thread Alan DeKok
"Matt Twigg" <[EMAIL PROTECTED]> wrote: > But seriously, the PIX and I get along famously, but getting the > freeradius server to cooperate with any of the guidelines set forth > in the Cisco TAC docs or the included Cisco aaa examples in the FR > docs seems to be evading me... What problems ar

Identical attributes on auth

2002-02-06 Thread Thomas Jalsovsky
Hello my nas sends: ... h323-ivr-out=transactionID:13880 h323-ivr-out=type:test.tcl ... I want to check by the h323-ivr-out line, so I would like to make decision (about accept/reject) by the attribute h323-ivr-out which has value 'type:'. When I test

RE: Very OT reply (was Re: Documentation for Freeradius against PIX) (Jeremy McNamara)

2002-02-06 Thread Matt Twigg
Now I can look at pic of D.R. at work and not feel guilty about it! Funny how the same humor pervades all my mail lists, regardless of topic, FreeRadius or BMWs... But seriously, the PIX and I get along famously, but getting the freeradius server to cooperate with any of the guidelines set fort

Re: Multiple authentication with freeradius 0.4

2002-02-06 Thread Robert J. Quigley
At 05:47 PM 2/5/2002 -0500, you wrote: >I'm not sure, but I believe that you'll need to setup a custom group with >nonstandard failover handling. > >See 'doc/configurable_failover' > > >Randy Moore >Axion Information Technologies, Inc. That worked! Thanks for the help. Bob Quigley Youngstown St

Re: The Car Kit

2002-02-06 Thread Miquel van Smoorenburg
In article <003401c1aeef$3b0059a0$0200a8c0@acounts>, Tarquin Douglass \(Astronet Internet Access\) <[EMAIL PROTECTED]> wrote: >You admins of this list have to do something about this, as it is getting bad. One or two spams a week .. that's still less than half a percent of the spam I get in my ma

Re: The Car Kit

2002-02-06 Thread Tarquin Douglass \(Astronet Internet Access\)
You admins of this list have to do something about this, as it is getting bad. "Monday" is the term used to signify the eighth day of my work week.   Regards   Tarquin DouglassAstronet Internet AccessOffice: (031) 3094760Home: (031) 2692954Cel: (083) 5557890_http://www.as

The Car Kit

2002-02-06 Thread King King Europe BV
  KING KING EUROPE BV   Aanbieding: Handige Pech-Onderweg-Koffer nu voor Euro 29,95 ! Door eigen import kunnen wij, exclusief voor Nederland, de bijzonder goed gevulde en gewilde pech-onderweg-koffer aanbieden. Deze speciaal voor de auto ontworpen koffer heeft o.a. de volgende inhoud: