diff --git a/elasticsearch/templates/etc/_elasticsearch-host.conf.tpl b/elasticsearch/templates/etc/_elasticsearch-host.conf.tpl index 6ead2d76c..0b5e0f092 100644 --- a/elasticsearch/templates/etc/_elasticsearch-host.conf.tpl +++ b/elasticsearch/templates/etc/_elasticsearch-host.conf.tpl @@ -24,7 +24,7 @@ limitations under the License. AuthName "Elasticsearch" AuthType Basic - AuthBasicProvider ldap file + AuthBasicProvider file ldap AuthUserFile /usr/local/apache2/conf/.htpasswd AuthLDAPBindDN ${BIND_DN} AuthLDAPBindPassword ${BIND_PASSWORD} diff --git a/nagios/templates/etc/_nagios-host.conf.tpl b/nagios/templates/etc/_nagios-host.conf.tpl index b2c85fb74..4e51aff17 100644 --- a/nagios/templates/etc/_nagios-host.conf.tpl +++ b/nagios/templates/etc/_nagios-host.conf.tpl @@ -19,7 +19,7 @@ limitations under the License. AuthName "Nagios" AuthType Basic - AuthBasicProvider ldap file + AuthBasicProvider file ldap AuthUserFile /usr/local/apache2/conf/.htpasswd AuthLDAPBindDN ${BIND_DN} AuthLDAPBindPassword ${BIND_PASSWORD}