mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 02:22:33 +08:00
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
|
|
<Location />
|
|
AuthName "Nagios GSSAPI Login"
|
|
GssapiCredStore keytab:/etc/krb5.HTTP_data-analysis.fedoraproject.org.keytab
|
|
AuthType GSSAPI
|
|
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
|
GssapiSSLonly Off
|
|
GssapiLocalName on
|
|
Require user smooge kevin puiterwijk mattdm pfrields uraeus ryanlerch robyduck
|
|
</Location>
|