Skip to content

Commit

Permalink
always throw in tls_reqcert as it has a sane default
Browse files Browse the repository at this point in the history
  • Loading branch information
gattebury committed Dec 8, 2014
1 parent c5338f1 commit a7e88f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/openldap-ldap.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
URI <%= @uri %>
BASE <%= @base %>

<% if @tls_reqcert -%>
<% if @tls_cacert -%>TLS_CACERT <%= @tls_cacert %><% end -%>
<% if @tls_cacertdir -%>TLS_CACERTDIR <%= @tls_cacertdir %><% end -%>
<% if @tls_cacert -%>TLS_CACERT <%= @tls_cacert %><% end %>
<% if @tls_cacertdir -%>TLS_CACERTDIR <%= @tls_cacertdir %><% end %>
TLS_REQCERT <%= @tls_reqcert %>
<% end -%>

0 comments on commit a7e88f6

Please sign in to comment.