Merge "Update ordering of auth providers in apache reverse proxy"

This commit is contained in:
Zuul 2018-06-25 20:09:49 +00:00 committed by Gerrit Code Review
commit 048f53cf1c
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
<Proxy *> <Proxy *>
AuthName "Elasticsearch" AuthName "Elasticsearch"
AuthType Basic AuthType Basic
AuthBasicProvider ldap file AuthBasicProvider file ldap
AuthUserFile /usr/local/apache2/conf/.htpasswd AuthUserFile /usr/local/apache2/conf/.htpasswd
AuthLDAPBindDN ${BIND_DN} AuthLDAPBindDN ${BIND_DN}
AuthLDAPBindPassword ${BIND_PASSWORD} AuthLDAPBindPassword ${BIND_PASSWORD}

View File

@ -19,7 +19,7 @@ limitations under the License.
<Proxy *> <Proxy *>
AuthName "Nagios" AuthName "Nagios"
AuthType Basic AuthType Basic
AuthBasicProvider ldap file AuthBasicProvider file ldap
AuthUserFile /usr/local/apache2/conf/.htpasswd AuthUserFile /usr/local/apache2/conf/.htpasswd
AuthLDAPBindDN ${BIND_DN} AuthLDAPBindDN ${BIND_DN}
AuthLDAPBindPassword ${BIND_PASSWORD} AuthLDAPBindPassword ${BIND_PASSWORD}