Loading manifests/module/eap.pp +4 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,10 @@ define freeradius::module::eap ( Optional[Freeradius::Boolean] $peap_require_client_cert = undef, Optional[Freeradius::Boolean] $mschapv2_send_error = undef, Optional[String] $mschapv2_identity = undef, Boolean $eap_md5 = true, Boolean $eap_leap = true, Boolean $eap_gtc = true, Boolean $eap_peap = true, ) { freeradius::module{$name: Loading templates/eap.erb +9 −2 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ eap { # Supported EAP-types <%- if @eap_md5 -%> # # We do NOT recommend using EAP-MD5 authentication # for wireless connections. It is insecure, and does Loading @@ -72,6 +73,7 @@ eap { # md5 { } <%- end -%> # # EAP-pwd -- secure password-based authentication Loading Loading @@ -108,6 +110,7 @@ eap { } <%- end -%> <%- if @eap_leap -%> # Cisco LEAP # # We do not recommend using LEAP in new deployments. See: Loading @@ -122,7 +125,9 @@ eap { # leap { } <%- end -%> <%- if @eap_gtc -%> # Generic Token Card. # # Currently, this is only permitted inside of EAP-TTLS, Loading Loading @@ -156,6 +161,7 @@ eap { # auth_type = <%= @gtc_auth_type %> } <%- end -%> ## Common TLS configuration for TLS-based EAP types # Loading Loading @@ -755,7 +761,7 @@ eap { <%- end -%> } <%- if @eap_peap -%> ## EAP-PEAP # Loading Loading @@ -892,6 +898,7 @@ eap { require_client_cert = <%= @peap_require_client_cert %> <%- end -%> } <%- end -%> # # This takes no configuration. Loading Loading
manifests/module/eap.pp +4 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,10 @@ define freeradius::module::eap ( Optional[Freeradius::Boolean] $peap_require_client_cert = undef, Optional[Freeradius::Boolean] $mschapv2_send_error = undef, Optional[String] $mschapv2_identity = undef, Boolean $eap_md5 = true, Boolean $eap_leap = true, Boolean $eap_gtc = true, Boolean $eap_peap = true, ) { freeradius::module{$name: Loading
templates/eap.erb +9 −2 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ eap { # Supported EAP-types <%- if @eap_md5 -%> # # We do NOT recommend using EAP-MD5 authentication # for wireless connections. It is insecure, and does Loading @@ -72,6 +73,7 @@ eap { # md5 { } <%- end -%> # # EAP-pwd -- secure password-based authentication Loading Loading @@ -108,6 +110,7 @@ eap { } <%- end -%> <%- if @eap_leap -%> # Cisco LEAP # # We do not recommend using LEAP in new deployments. See: Loading @@ -122,7 +125,9 @@ eap { # leap { } <%- end -%> <%- if @eap_gtc -%> # Generic Token Card. # # Currently, this is only permitted inside of EAP-TTLS, Loading Loading @@ -156,6 +161,7 @@ eap { # auth_type = <%= @gtc_auth_type %> } <%- end -%> ## Common TLS configuration for TLS-based EAP types # Loading Loading @@ -755,7 +761,7 @@ eap { <%- end -%> } <%- if @eap_peap -%> ## EAP-PEAP # Loading Loading @@ -892,6 +898,7 @@ eap { require_client_cert = <%= @peap_require_client_cert %> <%- end -%> } <%- end -%> # # This takes no configuration. Loading