On Monday 04 December 2006 22:21, Alan DeKok wrote:
Bruno Costacurta wrote:
I'm trying to configure FreeRadius using TTLS (certificate on server side only) and MySQL. Client is a Linux laptop using wpa_supplicant. I'm in a learning curve regarding 802.1x and FreeRadius and especially TTLS.
That should work without too much effort.
Questions: - TTLS available authentications are: CHAP,PAP,MS-CHAP,EAP (correct ?)
Yes.
- 'Auth-Type=local' means CHAP,PAP and MS-CHAP (correct ?)
No, just CHAP and PAP. You shouldn't be using it at all.
- for the learning curve : --- which is the easiest authentications to start with ?
PAP.
--- MySQL will be removed at the first stage to ease debugging / setup of the config (good idea ?)
Yes.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Dear Alan, thanks for your answers. Indeed starting from a fresh FreeRadius install, following instructions http://deployingradius.com/documents/configuration/ I'm now able to authenticate via TTLS. Thanks again for attention. Bye, Bruno