Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
cd6569d6
Unverified
Commit
cd6569d6
authored
Apr 27, 2018
by
Andrew Teixeira
Browse files
Fix unbalanced quote
parent
88af0464
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/eap.erb
View file @
cd6569d6
...
...
@@ -275,7 +275,7 @@ eap {
# write to files in its configuration
# directory.
#
random_file =
<%=
@tls_random_file
%>
"
random_file =
<%=
@tls_random_file
%>
<%-
end
-%>
<%-
if
@tls_fragment_size
-%>
...
...
@@ -374,7 +374,7 @@ eap {
# Work-arounds for OpenSSL nonsense
# OpenSSL 1.0.1f and 1.0.1g do not calculate
# the EAP keys correctly. The fix is to upgrade
# OpenSSL, or disable TLS 1.2 here.
# OpenSSL, or disable TLS 1.2 here.
#
# For EAP-FAST, this MUST be set to "yes".
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment