How to configure freeradius to support, EAP-TTLS, CHAP/PAP
Hi All, I was able to get authenticated using radius server for EAP-TTLS/EAP-MD5, by having following configuration Modified eap.conf --------------------------------------------- eap { default_eap_type=ttls ..... ttls { default_eap_type=md5 ..... } } Modified users file as below -------------------------------------------------------------------- raghu User-Password == "whatever" Modified clients.conf as ------------------------------------------------ 10.89.49.1 { secret=raghu123456 shortname=3Com } Can anybody tell me how to support, EAP-TTLS, CHAP/PAP... I mean second level protocol inside TTLS should be chap/pap/mschap/mschapv2. -- Regards & Thanks Raghavendra. S
Raghavendra. S wrote:
I was able to get authenticated using radius server for EAP-TTLS/EAP-MD5, by having following configuration ... Modified users file as below -------------------------------------------------------------------- raghu User-Password == "whatever"
Use Clear-text-Password := ... It's in the FAQ.
Modified clients.conf as ------------------------------------------------ 10.89.49.1 {
That won't work. It's not the documented format,
Can anybody tell me how to support, EAP-TTLS, CHAP/PAP... I mean second level protocol inside TTLS should be chap/pap/mschap/mschapv2.
Nothing more needs to be done. All you have to do is test it, and it will work. Alan DeKok.
participants (2)
-
Alan DeKok -
Raghavendra. S