forked from infra/ansible
fix: fix the annoying HTTP authentication popup on windows (stg only)
Signed-off-by: Vít Smolík <me@smoliicek.cz>
This commit is contained in:
parent
6ccaaca78d
commit
73dc88c487
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ WSGIApplicationGroup %{GLOBAL}
|
|||
AuthName "GSSAPI Single Sign On Login"
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_id{{ env_suffix }}.fedoraproject.org.keytab
|
||||
AuthType GSSAPI
|
||||
{% if env == "staging" %}
|
||||
BrowserMatch Windows gssapi-no-negotiate
|
||||
{% endif %}
|
||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
||||
GssapiSSLonly Off
|
||||
GssapiLocalName on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue