On Sep 9, 2015, at 8:30 AM, Wegener, Norbert <norbert.wegener@atos.net> wrote:
EAP-FAST seems not being widely used.
It's used in Cisco deployments. By people who buy ACS. Or ISE. Or whatever they call it these days.
The latest thread on this topic that I found is: http://lists.freeradius.org/pipermail/freeradius-users/2014-September/073588...
There it is mentioned, that:
rlm_eap2 was removed from v3.0.x so if you're building 3.0.0 the module won't be available.
As EAP-FAST could be used with the experimental rlm_eap2 :
Does this mean, Freeradius 3.x does not support EAP FAST?
It doesn't support EAP-FAST. The code probably isn't hard to write. I've had some old (and bad) code sitting around for a while: $ ls ../avenda/modules/freeradius-114/src/modules/rlm_eap/types/rlm_eap_fast/ Makefile.in configure.in eap_fast_keys.c ... The code is *terrible* tho. I didn't have time to go fix it. Alan DeKok.