Merge "Update ordering of auth providers in apache reverse proxy"
This commit is contained in:
commit
048f53cf1c
@ -24,7 +24,7 @@ limitations under the License.
|
||||
<Proxy *>
|
||||
AuthName "Elasticsearch"
|
||||
AuthType Basic
|
||||
AuthBasicProvider ldap file
|
||||
AuthBasicProvider file ldap
|
||||
AuthUserFile /usr/local/apache2/conf/.htpasswd
|
||||
AuthLDAPBindDN ${BIND_DN}
|
||||
AuthLDAPBindPassword ${BIND_PASSWORD}
|
||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||
<Proxy *>
|
||||
AuthName "Nagios"
|
||||
AuthType Basic
|
||||
AuthBasicProvider ldap file
|
||||
AuthBasicProvider file ldap
|
||||
AuthUserFile /usr/local/apache2/conf/.htpasswd
|
||||
AuthLDAPBindDN ${BIND_DN}
|
||||
AuthLDAPBindPassword ${BIND_PASSWORD}
|
||||
|
Loading…
x
Reference in New Issue
Block a user