Re: Core with 64Bit pam_radius_auth on Solaris 9

2010-09-28 Thread Alan DeKok
Peter Lambrechtsen wrote: It seems around like 734 in pam_radius_auth.c: if ((hp = gethostbyname(hostname)) == (struct hostent *) NULL) { ipaddr = 0x;/* no client IP address */ } else { ipaddr = ntohl(*(UINT4 *) hp-h_addr); /* use the first one available */

RE: Problemers using Freeradius with Anyconnect..

2010-09-28 Thread Thomas Raabo - ZitCom A/S
Omg... What a typo! :( Been looking blind at this for like 4 hours... wow Med venlig hilsen | Best regards Thomas Raabo Netværksansvarlig t...@zitcom.dk | Direkte: +45 69 10 60 18 | Tlf: +45 70 23 55 66 -Original Message- From:

Re: Freeradius + EAP_TLS + Cisco AP

2010-09-28 Thread Esteban TALAVERA
I still can't find solution to my problem in documentation. The microsoft documentation refers to a XP SP2 issue, but I'm testing with XP SP3. I made my own CA certificate, I don't know if this is the problem. Someone can help me? Thanks On Fri, Sep 24, 2010 at 5:38 AM, Alan DeKok

Radius not recording - The maximum number of threads (300) are active, cannot spawn new thread to handle request

2010-09-28 Thread Marie Tambe
Can someone help with this Please. I always have restart server before radius can record again on Sep 20 18:45:19 2010 : Info: The maximum number of threads (300) are active, cannot spawn new thread to handle request Mon Sep 20 18:45:19 2010 : Info: The maximum number of threads (300) are

Version 2.1.10 has been released

2010-09-28 Thread Alan DeKok
Thanks to everyone for being patient. Version 2.1.10 has just been released. http://freeradius.org/ The changelog is quite large for a stable release. We've fixed a number of minor bugs. We've also added features which have been requested for a long time. Most notably: * Print

Re: Radius not recording - The maximum number of threads (300) are active, cannot spawn new thread to handle request

2010-09-28 Thread Alan DeKok
Marie Tambe wrote: Can someone help with this Please. I always have restart server before radius can record again It's not a RADIUS problem. on Sep 20 18:45:19 2010 : Info: The maximum number of threads (300) are active, cannot spawn new thread to handle request ... Mon Sep 20 18:45:19

RE: Radius not recording - The maximum number of threads (300) are active, cannot spawn new thread to handle request

2010-09-28 Thread Marie Tambe
I am not a mysql expert but need to support it. How can I fix the database? Is it related to the server resources as well? Thanks and Regards Marie -Original Message- From: freeradius-users-bounces+mtambe=usatech@lists.freeradius.org

FreeRadius and LDAP from Nortel Switch

2010-09-28 Thread BELLIERE Eric
Phil, Fine It is working better. What a stupid error :-) Now I have to troubleshoot because the Freeradius send a Accept but the Switch is saying Invalid Password FR 2.1.9 Sending Access-Accept of id 169 to 192.168.250.64 port 4481 Switch Login: ebellier Password: Invalid Password.

Re: Radius not recording - The maximum number of threads (300) are active, cannot spawn new thread to handle request

2010-09-28 Thread Alan DeKok
Marie Tambe wrote: I am not a mysql expert but need to support it. How can I fix the database? Ask the MySQL people how to make the database responsive. In short, you've put too many rows in the DB without indexes. Is it related to the server resources as well? See my previous

Error

2010-09-28 Thread Samuel Isaias Barriga Perez
Hi: I have installed Freeradius on my Debian server, after I debug, I got this error, can you hep me with this problem. Thank you Samuel Tue Sep 28 13:41:15 2010 : Error: Failed binding to authentication address * port 1812: Address already in use Tue Sep 28 13:41:15 2010 : Error:

RE: Version 2.1.10 has been released

2010-09-28 Thread Lovaas,Steven
Fantastic! Thanks so much for all your work, Alan... and to the others who contributed their time to this as well. Steve Lovaas -Original Message- From: freeradius-users-bounces+steven.lovaas=colostate@lists.freeradius.org

Re: Radius not recording - The maximum number of threads (300) are active, cannot spawn new thread to handle request

2010-09-28 Thread Alan Buxey
Hi, I am not a mysql expert but need to support it. How can I fix the database? Is it related to the server resources as well? server resources as in memory and CPU and disk speed? most likely. this is a FreeRADIUS mailing list - which DB are you using - I'd suggest going to the relevent

RE: Radius not recording - The maximum number of threads (300) are active, cannot spawn new thread to handle request

2010-09-28 Thread Marie Tambe
We are using mysql database for Radius Thanks and Regards Marie -Original Message- From: freeradius-users-bounces+mtambe=usatech@lists.freeradius.org [mailto:freeradius-users-bounces+mtambe=usatech@lists.freeradius.org] On Behalf Of Alan Buxey Sent: Tuesday, September 28, 2010

Re: Freeradius + EAP_TLS + Cisco AP

2010-09-28 Thread Esteban TALAVERA
I tried to apply the hotfix but it was included in SP3. The laptop has Windows XP SP3. xpextensions is added to the certificate. What's mean [tls] eaptls_process returned 13? default_eap_type = peapmust be set tp peap or tls? Thanks On Tue, Sep 28, 2010 at 8:30 AM, Esteban TALAVERA

radsniff build error (Re: Version 2.1.10 has been released)

2010-09-28 Thread James J J Hooper
Hi Alan, I'm getting a make error. I tried ./configure --without-radsniff but still the same... Is there a switch to disable building radsniff or do I have to get the PCAP libraries :( ./configure make ... .libs/radsniff.o(.text+0xd76): In function `main':

Re: radsniff build error (Re: Version 2.1.10 has been released)

2010-09-28 Thread James J J Hooper
--On Tuesday, September 28, 2010 16:19:46 +0100 James J J Hooper jjj.hoo...@bristol.ac.uk wrote: Hi Alan, I'm getting a make error. I tried ./configure --without-radsniff but still the same... Is there a switch to disable building radsniff or do I have to get the PCAP libraries :(

Re: radsniff build error (Re: Version 2.1.10 has been released)

2010-09-28 Thread Alan DeKok
James J J Hooper wrote: Hi Alan, I'm getting a make error. I tried ./configure --without-radsniff but still the same... Is there a switch to disable building radsniff or do I have to get the PCAP libraries :( There's no switch to disable radsniff. My guess is that you have an old version

Re: radsniff build error (Re: Version 2.1.10 has been released)

2010-09-28 Thread James J J Hooper
--On Tuesday, September 28, 2010 17:48:39 +0200 Alan DeKok al...@deployingradius.com wrote: James J J Hooper wrote: Hi Alan, I'm getting a make error. I tried ./configure --without-radsniff but still the same... Is there a switch to disable building radsniff or do I have to get the PCAP

Re: Version 2.1.10 has been released

2010-09-28 Thread Bjørn Mork
Alan DeKok al...@deployingradius.com writes: Thanks to everyone for being patient. Version 2.1.10 has just been released. Great! Just a minor web bug you might want to fix. There are spurious colons after the server name in the download links on http://freeradius.org/download.html

Re: Version 2.1.10 has been released

2010-09-28 Thread Alan DeKok
Bjørn Mork wrote: Just a minor web bug you might want to fix. There are spurious colons after the server name in the download links on http://freeradius.org/download.html Fixed, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

New Install Problems

2010-09-28 Thread Scott Miller
Been using FreeRadius for years now, no problems at all. Currently running 1.1 for over 5 years, upgrading the server and freeradius andam using Fedora 13. Downloaded the newest version, unzipped, went throughconfig and ran into problems. ./configure - seemed to go OK make - produced the

Re: New Install Problems

2010-09-28 Thread Alan DeKok
Scott Miller wrote: Been using FreeRadius for years now, no problems at all. Currently running 1.1 for over 5 years, upgrading the server and freeradius and am using Fedora 13. Downloaded the newest version, unzipped, went through config and ran into problems. ... /usr/bin/ld:

RE: Session Resumption fails

2010-09-28 Thread Panagiotis Georgopoulos
Hello Alexander, all, Please see my comments inline... From: Alexander Clouter [mailto:a...@digriz.org.uk] Hi, * Panagiotis Georgopoulos pa...@comp.lancs.ac.uk [2010-09-24 22:33:14+0100]: I wish it was that simple! It seems that when I do use_tunneled_reply = yes and

FW: Session Resumption fails

2010-09-28 Thread Panagiotis Georgopoulos
Forgot to mention that my FR's full log is here : http://pastebin.com/VWEaYAhP Cheers, Panos Hello Alexander, all, Please see my comments inline... From: Alexander Clouter [mailto:a...@digriz.org.uk] Hi, * Panagiotis Georgopoulos pa...@comp.lancs.ac.uk [2010-09-24

Re: Session Resumption fails

2010-09-28 Thread Alexander Clouter
Panagiotis Georgopoulos pa...@comp.lancs.ac.uk wrote: State: ASSOCIATED - 4WAY_HANDSHAKE [snipped unread log] EAPOL: Received EAP-Packet frame It seems that the Access Point realizes that the identity in FR's reply has changed (from the outer identity to the inner one) and somehow

RE: New Install Problems

2010-09-28 Thread Scott Miller
Been using FreeRadius for years now, no problems at all. Currently running 1.1 for over 5 years, upgrading the server and freeradius and am using Fedora 13. Downloaded the newest version, unzipped, went through config and ran into problems. ... /usr/bin/ld: .libs/radeapclient.o: undefined

Re: Core with 64Bit pam_radius_auth on Solaris 9

2010-09-28 Thread Peter Lambrechtsen
Interestingly it seems to have come down to how UINT4 was defined. Changing in the radius.h UINT4 from being a unsigned long to a unit32_t seemed to have sorted the problem: ---Begin Patch --- radius.h.orig Fri Sep 24 15:17:05 2010 +++ radius.hWed Sep 29 10:56:36 2010 @@ -36,7

Re: Error

2010-09-28 Thread EasyHorpak.com
On 28/09/2553 21:02, Samuel Isaias Barriga Perez wrote: Hi: I have installed Freeradius on my Debian server, after I debug, I got this error, can you hep me with this problem. Thank you Samuel Tue Sep 28 13:41:15 2010 : Error: Failed binding to authentication address * port 1812: