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
04d0da49
Unverified
Commit
04d0da49
authored
Apr 16, 2021
by
Jonathan
Committed by
GitHub
Apr 16, 2021
Browse files
Merge pull request #150 from bowdoincollege/quote_ldap_password
quote ldap password
parents
9d8c85b7
31a05c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ldap.erb
View file @
04d0da49
...
...
@@ -30,7 +30,7 @@ ldap <%= @name %> {
identity = '
<%=
@identity
%>
'
<%-
end
-%>
<%-
if
@password
-%>
password =
<%=
@password
%>
password =
'
<%=
@password
%>
'
<%-
end
-%>
# Unless overridden in another section, the dn from which all
...
...
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