help

2002-03-17 Thread Dilkushan Karunaratne
Hi, I'm new to the Radius Server. I have some queries to clarify. I'm referring to freeradius.org. If someone can help me, that will be a great help.  The radius server is freeradius 0.4 on the Redhat 7.2 with kernal 2.4.10.. I managed to setup a radius server with mysql authentication. I tested

rlm_ldap patch

2002-03-17 Thread Dan Perik
As promised, here's the patch I threw together for the rlm_ldap module to solve the problem of failed auth when the LDAP server disconnects the idle connection. Basically, I took the ldap_connect code out of the perform_search function into it's own "search_connect" function. Then, if ldap_sea

LDAP connection timeout problems

2002-03-17 Thread Dan Perik
Hello, I'm using FreeRadius 0.1, which I "scabbed" (I wouldn't use the word "patched") to get around the FreeRadius server crashing when the LDAP server closed the connection. I remember throwing that out to the list, and it was considered a bug and all. It was reported to be fixed, etc. Well

Re: Welcome to the "Freeradius-Users" mailing list

2002-03-17 Thread Andrew Tait
It looks to me like FreeRadius is recieveing and processing the radius requests, its just the answer isn't getting back to the radtest program, which is very strange as they are both on the one machine. I would check your firewall rules to make sure its not blocking it. Andrew Tait System Admini

Re: maximum number of threads

2002-03-17 Thread J. S. Townsley
Hey David. Grab FR version .5, this was fixed a month ago or so. --JST On Sun, 17 Mar 2002, David Birkbeck wrote: > Date: Sun, 17 Mar 2002 22:01:31 -0700 > From: David Birkbeck <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: maximum number of threads > >

maximum number of threads

2002-03-17 Thread David Birkbeck
All, I'm running into a problem with my server not being able to process authentication requests do to the following error "Info: The maximum number of threads (250) are active, cannot spawn new thread to handle request". I am running RedHat 7.0 with FreeRADIUS 0.4 duel Pentium 4 733 processors.

RE: Welcome to the "Freeradius-Users" mailing list

2002-03-17 Thread Michael S. McCollough
I am having trouble with radiusd. I am using Freeradius 0.4 (0.5 came out just a couple of days after I downloaded this so rather than update, I would like to get 0.4 working properly first then update). I am authenticating off an LDAP directory and it connects and authenticates (sometimes). When

Re: radtest broken in .5 ?

2002-03-17 Thread Frank Cusack
On Sun, Mar 17, 2002 at 06:24:47PM -0600, D. Duccini wrote: > > in radtest > > This line > > echo "Password = \"$2\"" > > changed to > > echo "User-Password = \"$2\"" > > which does not appear to work in the new radclient > > changing it back allows it to work You did not

Re: Are 2 different auth types allowed

2002-03-17 Thread Dan Perik
On Tue, 2002-03-12 at 09:36, Dan Perik wrote: > On Tue, 2002-03-12 at 01:29, Alan DeKok wrote: > > Dan Perik <[EMAIL PROTECTED]> wrote: > > > Now, I'd like to extend that and allow FreeRadius to also try SQL > > > auth. So it would try LDAP first, and if the user isn't found (or > > > even on a b

Re: radtest broken in .5 ?

2002-03-17 Thread Alan DeKok
"D. Duccini" <[EMAIL PROTECTED]> wrote: > changed to > > echo "User-Password = \"$2\"" > > which does not appear to work in the new radclient It works if you install the dictionaries that came with 0.5. The 'make install' target does NOT over-write your existing configuration (inclu

Re: radtest broken in .5 ?

2002-03-17 Thread Mike Cathey
D. Duccini wrote: > in radtest > > This line > > echo "Password = \"$2\"" > > changed to > > echo "User-Password = \"$2\"" > > which does not appear to work in the new radclient > > changing it back allows it to work Update your dictionary file. The new one (in raddb/dic

radtest broken in .5 ?

2002-03-17 Thread D. Duccini
in radtest This line echo "Password = \"$2\"" changed to echo "User-Password = \"$2\"" which does not appear to work in the new radclient changing it back allows it to work - [EMAIL PROTECTED]

Re: SQL auth's with version .5

2002-03-17 Thread Alan DeKok
"D. Duccini" <[EMAIL PROTECTED]> wrote: > Sat Mar 16 16:25:04 2002 : Error: radiusd.conf: "SQL" modules aren't > allowed in 'authenticate' sections -- they have no such method. > > i quickly backed off to the .4 release to make sure users could still > authenticate Have you verified that users