Skip to content

Commit

Permalink
Merge pull request puppetlabs#1999 from dacron/master
Browse files Browse the repository at this point in the history
Use ldap_trusted_mode in conditional
  • Loading branch information
sheenaajay authored Feb 21, 2020
2 parents df39d00 + 0cb7091 commit abe6452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/httpd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Include "<%= @vhost_load_dir %>/<%= @vhost_include_pattern %>"
<% if @ldap_verify_server_cert -%>
LDAPVerifyServerCert <%= @ldap_verify_server_cert %>
<% end -%>
<% if @ldap_verify_server_cert -%>
<% if @ldap_trusted_mode -%>
LDAPTrustedMode <%= @ldap_trusted_mode %>
<% end -%>

Expand Down

0 comments on commit abe6452

Please sign in to comment.