Skip to content
Snippets Groups Projects
Unverified Commit 04d0da49 authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #150 from bowdoincollege/quote_ldap_password

quote ldap password
parents 9d8c85b7 31a05c36
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ldap <%= @name %> { ...@@ -30,7 +30,7 @@ ldap <%= @name %> {
identity = '<%= @identity %>' identity = '<%= @identity %>'
<%- end -%> <%- end -%>
<%- if @password -%> <%- if @password -%>
password = <%= @password %> password = '<%= @password %>'
<%- end -%> <%- end -%>
# Unless overridden in another section, the dn from which all # Unless overridden in another section, the dn from which all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment