From: Alan T. DeKok Date: Sun, 24 Sep 2017 13:00:28 +0000 (-0400) Subject: in v4 the 'type = fast' enables the module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef043f5b96ebf4e30bedf4e5724b66ce3b5e225;p=thirdparty%2Ffreeradius-server.git in v4 the 'type = fast' enables the module not the config subsection. So we can always uncomment the modules --- diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index 726b727d3ed..4ab9cdff077 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -1026,7 +1026,7 @@ eap { # # The FAST module implements the EAP-FAST protocol # -# fast { + fast { # Point to the common TLS configuration # # cipher_list though must include "ADH" for anonymous provisioning. @@ -1058,17 +1058,17 @@ eap { # your RADIUS servers. This value should be unique to your # installation. We suggest using a domain name. # -# authority_identity = "1234" + authority_identity = "1234" # PAC Opaque encryption key (must be exactly 32 bytes in size) # # This value MUST be secret, and MUST be generated using # a secure method, such as via 'openssl rand -hex 32' # -# pac_opaque_key = "0123456789abcdef0123456789ABCDEF" + pac_opaque_key = "0123456789abcdef0123456789ABCDEF" # Same as for TTLS, PEAP, etc. # -# virtual_server = inner-tunnel -# } + virtual_server = inner-tunnel + } }