Skip to content

Commit 9dd3fbf

Browse files
author
Alex Dacre
committed
Use ldap_trusted_mode in conditional
1 parent e85046d commit 9dd3fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/httpd.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Include "<%= @vhost_load_dir %>/<%= @vhost_include_pattern %>"
137137
<% if @ldap_verify_server_cert -%>
138138
LDAPVerifyServerCert <%= @ldap_verify_server_cert %>
139139
<% end -%>
140-
<% if @ldap_verify_server_cert -%>
140+
<% if @ldap_trusted_mode -%>
141141
LDAPTrustedMode <%= @ldap_trusted_mode %>
142142
<% end -%>
143143

0 commit comments

Comments
 (0)