FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
Hello all, I am trying to configure FreeRADIUS with PEAP support. Here are my specs: OS: FreeBSD 5.4 OpenSSL: version 0.9.7d FreeRADIUS: 1.0.5 I have tested the configuration with EAP/TLS and it works just fine however, when I change default_eap_type = tls to default_eap_type = peap in the

Re: FreeRADIUS with PEAP problems

2006-01-02 Thread Zoltan A. Ori
On Monday 02 January 2006 06:32, Alhagie Puye wrote: rlm_eap: Loaded and initialized type tls rlm_eap: No such sub-type for default EAP type peap Bus error (core dumped) bash-2.05b# Do you have peap { default_eap_type = mschapv2 } in your eap.conf?

RE: FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
with PEAP problems On Monday 02 January 2006 06:32, Alhagie Puye wrote: rlm_eap: Loaded and initialized type tls rlm_eap: No such sub-type for default EAP type peap Bus error (core dumped) bash-2.05b# Do you have peap { default_eap_type = mschapv2

Re: FreeRADIUS with PEAP problems

2006-01-02 Thread Zoltan A. Ori
On Monday 02 January 2006 07:34, Alhagie Puye wrote: Do you have  peap {  default_eap_type = mschapv2  } in your eap.conf? Yes, I do. And, was MSCHAP instantiated? A complete debug output might help since the problem may begin elsewhere and only

Re: FreeRADIUS with PEAP problems

2006-01-02 Thread Zoltan A. Ori
On Monday 02 January 2006 07:34, Alhagie Puye wrote: rlm_eap: No such sub-type for default EAP type peap Bus error (core dumped) bash-2.05b# I take it all back. It shouldn't have dumped core. I looked right over that. Zoltan Ori - List info/subscribe/unsubscribe? See

RE: FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
Title: Re: FreeRADIUS with PEAP problems I went ahead and recompiled from source and also used the --disable-shared options. It is not core-dumping but PEAP is still failing though Here is a complete debug output as you requested: freebsd# radiusd -X -AStarting - reading configuration

Re: FreeRADIUS with PEAP problems

2006-01-02 Thread Alan DeKok
Alhagie Puye [EMAIL PROTECTED] wrote: rlm_eap: Loaded and initialized type tls rlm_eap: No such sub-type for default EAP type peap Try reading eap.conf, and uncommenting the peap section. I'm not sure how to make that error message more descriptive, or update the comments in eap.conf so

RE: FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
Title: Re: FreeRADIUS with PEAP problems From: [EMAIL PROTECTED] on behalf of Alan DeKokSent: Mon 1/2/2006 2:28 PMTo: FreeRadius users mailing listSubject: Re: FreeRADIUS with PEAP problems Thanks Alan for the reply. The "peap" section was already uncommented. Here

Re: FreeRADIUS with PEAP problems

2006-01-02 Thread Alan DeKok
Alhagie Puye [EMAIL PROTECTED] wrote: Here is exactly what my eap.conf file looks like (I have removed every = line that is commented) ... tls { ... peap { default_eap_type =3D mschapv2 } sigh So you didn't just

RE: FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
Title: Re: FreeRADIUS with PEAP problems From: [EMAIL PROTECTED] on behalf of Alhagie PuyeSent: Mon 1/2/2006 3:43 PMTo: FreeRadius users mailing listSubject: RE: FreeRADIUS with PEAP problems From: [EMAIL PROTECTED] on behalf of Alan DeKokSent: Mon 1/2/2006 2:28 PMTo

RE: FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
From: [EMAIL PROTECTED] on behalf of Alan DeKok Sent: Mon 1/2/2006 5:57 PM To: FreeRadius users mailing list Subject: Re: FreeRADIUS with PEAP problems Alhagie Puye [EMAIL PROTECTED] wrote: Here is exactly what my eap.conf file looks like (I have removed