PEAP version 1

2008-06-09 Thread Riccardo Veraldi

Hello,
new network manager version prompt for PEAP version 0 or version 1.
Is there support for PEAP version 1 on freeradius ?

thanks

Riccardo

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: PEAP version 1

2008-06-09 Thread A . L . M . Buxey
Hi,
 Hello,
 new network manager version prompt for PEAP version 0 or version 1.
 Is there support for PEAP version 1 on freeradius ?

not directly, no. can use with latest 2.0.x series a
3rd party link to eg wpa_supplicant to do other quirky things.

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: PEAP version 1 is supported in freeradius?

2007-12-19 Thread Alan DeKok
Raghavendra. S wrote:
  I want to setup freeradius server to test peap version 1. For that
 configured  freeradius-server-snapshot-20071217, as below
...
 Added following block in eap.conf,

  Did you READ the text in experimental.conf as I said?

  It appears not, because the eap2 configuration you posted shows you
using configuration items that are documented as NOT WORKING.

 At wpa supplicant said it is failing, and also it says that, server
 peap version=0. and wpa peap version=1.
 
 Whether I have to do something extra to enable peap version 1 in freeradius?

  Read the documentation you were told to read.

  And if you have any more questions about it not working go read
the documentation about the module in experimental.conf.  ALL of your
questions are answered there, including what kind of questions to NOT
ask on this list.

  The module is experimental, it is documented as being experimental,
and the documentation says what you need to do to make it NOT
experimental.  Follow the instructions, because I see no point in
re-posting them here.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


PEAP version 1 is supported in freeradius?

2007-12-18 Thread Raghavendra. S
Hi,

 Does latest snapshot release of freeradius supports PEAP versions 0
and 1 ? or only 0 is supported?

-- 
Regards  Thanks
Raghavendra. S
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: PEAP version 1 is supported in freeradius?

2007-12-18 Thread Alan DeKok
Raghavendra. S wrote:
  Does latest snapshot release of freeradius supports PEAP versions 0
 and 1 ? or only 0 is supported?

  Peapv0.

  Peapv1 *may* be supported in rlm_eap2, but it's up to you to configure
and build it.  The module is experimental, and is NOT for production use.

  See raddb/experimental.conf

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: PEAP version 1 is supported in freeradius?

2007-12-18 Thread Raghavendra. S
Hi,

 I want to setup freeradius server to test peap version 1. For that
configured  freeradius-server-snapshot-20071217, as below

 ./configure --prefix=/usr/local/radius-latest
 --with-openssl-includes=/usr/local/openssl/include
 --with-openssl-libraries=/usr/local/openssl/lib
 --with-modules=rlm_eap2

and compiled to get radiusd.

Added following block in eap.conf,

 eap2 {
  default_eap_type=peap

  peap {
  default_eap_type=mschapv2
  }

  mschapv2 {
  }
}

Also added following lines in users

jbibe User-Password := whatever
#jbibe Cleartext-Password := whatever

(Tried individually commenting one of the above lines at time)

I have following lines in clients.conf

clients 10.89.49.1 {
 secret=raghu123456
 shortname=3com
}

At wpa supplicant said it is failing, and also it says that, server
peap version=0. and wpa peap version=1.

Whether I have to do something extra to enable peap version 1 in freeradius?

-Raghu.



On 12/18/07, Alan DeKok [EMAIL PROTECTED] wrote:
 Raghavendra. S wrote:
   Does latest snapshot release of freeradius supports PEAP versions 0
  and 1 ? or only 0 is supported?

  Peapv0.

  Peapv1 *may* be supported in rlm_eap2, but it's up to you to configure
 and build it.  The module is experimental, and is NOT for production use.

  See raddb/experimental.conf

  Alan DeKok.
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



-- 
Regards  Thanks
Raghavendra. S
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: rapid question on PEAP version

2005-01-06 Thread Alan DeKok
Artur Hecker [EMAIL PROTECTED] wrote:
 i just looked in the doc directory, the source code and a bit on the web 
 and could not find any recent info on which version of EAP-PEAP is 
 supported by freeradius. from what i've found till now, only PEAPv0 with 
 MS-CHAPv2 is supported (this however dates back to June 2004). has it by 
 any chance been updated since? most notably, is the so-called 
 cryptobinding (PEAPv2) already implemented?

  No.  It's still PEAPv0.

 and when we are already in there, perhaps somebody knows the same 
 answers for TTLS (cryptobinding has been recently added to the I-D) and 
 the clients: xsupplicant, XP SP2, Alfa-Ariss, etc. moreover, for the 
 tunneled methods, it would be nice to know client- and server-side inner 
 method limitations.

  It's still TTLSv0.

  As always, patches are welcome. :)

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


rapid question on PEAP version

2005-01-05 Thread Artur Hecker
hi
i just looked in the doc directory, the source code and a bit on the web 
and could not find any recent info on which version of EAP-PEAP is 
supported by freeradius. from what i've found till now, only PEAPv0 with 
MS-CHAPv2 is supported (this however dates back to June 2004). has it by 
any chance been updated since? most notably, is the so-called 
cryptobinding (PEAPv2) already implemented?

and when we are already in there, perhaps somebody knows the same 
answers for TTLS (cryptobinding has been recently added to the I-D) and 
the clients: xsupplicant, XP SP2, Alfa-Ariss, etc. moreover, for the 
tunneled methods, it would be nice to know client- and server-side inner 
method limitations.

a small summary would be just perfect.
thanks
artur
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


PEAP Version

2004-06-21 Thread Manuel Sánchez Cuenca
Hello all,
can anybody tell me which version of PEAP is implemented in FreeRadius? 
is the PEAP version 2 implemented?

Thanks in advance.
--
==
Manuel Sanchez Cuenca
Dept. Ingenieria de la Informacion y las Comunicaciones
Universidad de Murcia - Espana
Tlf: +34 968364311 - Fax: 968364151
email: [EMAIL PROTECTED]
www: http://skywalker.dif.um.es/~lolo
www: http://livia.dif.um.es/~irisgrid

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: PEAP Version

2004-06-21 Thread Michael Griego
No.  Currently, only PEAPv0 is implemented.

--Mike


On Mon, 2004-06-21 at 05:53, Manuel Sánchez Cuenca wrote:
 Hello all,
 
 can anybody tell me which version of PEAP is implemented in FreeRadius? 
 is the PEAP version 2 implemented?
 
 Thanks in advance.


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html