FreeRadius and Openldap authentication

2006-01-02 Thread [EMAIL PROTECTED]
Hello, I'm pretty new to ldap and radius, I try to put and 802.x authentication but I have difficulties setting it up correctly. Here is my problem: When I start the radtest binary: radtest test supersecret localhost 2 testing123 Here is the result: Sending

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 and Openldap authentication

2006-01-02 Thread Zoltan A. Ori
On Monday 02 January 2006 05:46, [EMAIL PROTECTED] wrote: Here is my problem: When I start the radtest binary: radtest test supersecret localhost 2 testing123 rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=45, length=20 You have set your server to do EAP.

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 and Openldap authentication

2006-01-02 Thread S�bastien Cantos
Hi, I would say that you can't test direcly your EAP auth using radtest because radtest doesn't send a EAP-Message into its requests. You have two choices here, use radclient with correct params to test EAP ou take a real windows clients and configure auth to be EAP. Regards, -- Sebastien Cantos

RE: FreeRADIUS with PEAP problems

2006-01-02 Thread Alhagie Puye
Alhagie Puye - Network Engineer Datawave Group of Companies (604)295-1817 -Original Message- From: [EMAIL PROTECTED] org [mailto:[EMAIL PROTECTED] eradius.org] On Behalf Of Zoltan A. Ori Sent: January 2, 2006 3:58 AM To: FreeRadius users mailing list Subject: Re: FreeRADIUS

cant compile version 1.05 on red hat as 3

2006-01-02 Thread alfonso
I get invalid option when compiling mysl, were can I modify Making static in rlm_sql_mysql... gmake[10]: Cambiando a directorio `/root/freer/freeradius-1.0.5/src/sql/drivers/rlm_sql_mysql' gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_K _GNU_SOURCE -g -Wshadow

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: cant compile version 1.05 on red hat as 3

2006-01-02 Thread Nicolas Baradakis
alfonso wrote: I get invalid option when compiling mysl, were can I modify Making static in rlm_sql_mysql... gmake[10]: Cambiando a directorio `/root/freer/freeradius-1.0.5/src/sql/drivers/rlm_sql_mysql' gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_K _GNU_SOURCE -g

freeradius-1.0.5 compilation error (library -lz not found)

2006-01-02 Thread K Pang
Hi All, Happy New Year to all of you! i encounterd some compilation errors when compiling freeradius-1.0.5 on solaris 8. below is the errors. /usr/local/src/freeradius-1.0.5-pi/libtool --mode=link gcc -release 1.0.5 \ -module -export-dynamic -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

freeradius-1.0.5 compilation error (library -lz not found)

2006-01-02 Thread K Pang
Hi All, Happy New Year to all of you! i encounterd some compilation errors when compiling freeradius-1.0.5 on solaris 8. below is the errors. /usr/local/src/freeradius-1.0.5-pi/libtool --mode=link gcc -release 1.0.5 \ -module -export-dynamic -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS

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

freeRADIUS + openLDAP

2006-01-02 Thread Carlo Prestopino
Hi all, Im trying to develop a prepaid solution for Wi-Fi users based on freeRADIUS+openLDAP. Hotspot gateway, working as NAS, is Mikrotik (www.mikrotik.com).Does anybody have links to already developed (and working) projects that uses the same architecture? Main problem is: how to let

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 and Openldap authentication

2006-01-02 Thread Zoltan Ori
On Monday 02 January 2006 10:11, Robert WAKIM wrote: Thanks for the answer, I've tried radeapclient but it keeps segfaulting. I've browsed google to find a windows eap-md5 test client without any success. Sorry, I can't help with radeapclient. Do you have any advices on how to test the

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 + openLDAP

2006-01-02 Thread Alan DeKok
Carlo Prestopino [EMAIL PROTECTED] wrote: I'm trying to develop a prepaid solution for Wi-Fi users based on freeRADIUS+openLDAP. Hotspot gateway, working as NAS, is Mikrotik (www.mikrotik.com).Does anybody have links to already developed (and working) projects that uses the same architecture?

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 is exactly

wireless - freeradius - MS ldap

2006-01-02 Thread Dickson, John
I am looking for a little direction configuring a Freeradius server that will authenticate wireless clients from Cisco to MSLDAP. 1.Wireless- 2.Cisco- 3.Radius- 4.Windows LDAP Looking to see if someone has already done this. John - List info/subscribe/unsubscribe? See

Re: wireless - freeradius - MS ldap

2006-01-02 Thread Alan DeKok
Dickson, John [EMAIL PROTECTED] wrote: I am looking for a little direction configuring a Freeradius server that will authenticate wireless clients from Cisco to MS LDAP. 1.Wireless - 2.Cisco - 3.Radius - 4.Windows LDAP Looking to see if someone has already done this. Lots of people. See

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

Re: freeradius-1.0.5 compilation error (library -lz not found)

2006-01-02 Thread TK Lew
hi :: U need the zlib development package installed. On 1/2/06, K Pang [EMAIL PROTECTED] wrote: Hi All, Happy New Year to all of you! i encounterd some compilation errors when compiling freeradius-1.0.5 on solaris 8. below is the errors. /usr/local/src/freeradius-1.0.5-pi/libtool

Re: freeradius-1.0.5 compilation error (library -lz not found)

2006-01-02 Thread Bjørn Mork
K Pang [EMAIL PROTECTED] writes: what's 'library -lz not found'? i've no idea what's this library. http://directory.fsf.org/libs/zlib.html is it caused by missing of certain packages? if so, which package should i install? pls advise. How could anyone tell when you don't even mention which