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 *>
|
<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}
|
||||||
|
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user