14 Sep
2009
14 Sep
'09
4:47 p.m.
I have configured a Freeradius server to work with PEAP using NTLM_AUTH. Everything worked fine and tested out perfectly. Since then I added a configuration for EAP_TTLS, which really just means I added a configured LDAP module ldap_myconfig into the inner-tunnel. Unfortunately the PEAP connection no longer works, but the TTLS does. PEAP is my default EAP type. So Im pretty sure the simplest fix is to just have a if operator and for something like If(rlm_eap_type == EAP/TTLS) { ldap_myconfig} The only problem is that I have not seen any such attribute for freeradius. I figure there should very well be something akin to that as a run time variable correct? Regards, Nathan Van Fleet