Do not verify LDAP server certificate

DocImpact LDAP server certificate is not verified

Change-Id: I4afd8687e96082769dfb843542ad75c8a4294e70
This commit is contained in:
Swann Croiset 2016-07-01 13:46:34 +02:00
parent 510a32ab23
commit a0c681eec3
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# Managed by Puppet
# ************************************
<% if @ldap_enabled -%>
LDAPVerifyServerCert off
<% end -%>
<VirtualHost <%= @listen_address %>:<%= @listen_port %>>
ServerName kibana
DocumentRoot "/opt/kibana"