ansible/roles/web-data-analysis/files/httpd_config.conf

11 lines
390 B
Text
Raw Normal View History

<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
2017-09-22 15:24:00 +00:00
Require user smooge kevin puiterwijk mattdm pfrields relrod uraeus ryanlerch robyduck bexelbie
</Location>