Skip to content
Snippets Groups Projects
Commit 31a05c36 authored by Jason Lavoie's avatar Jason Lavoie
Browse files

quote ldap password

parent 9d8c85b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment