diff --git a/roles/nagios_server/files/httpd/nagios.conf b/roles/nagios_server/files/httpd/nagios.conf index 79dd734ff6..e68175c4a3 100644 --- a/roles/nagios_server/files/httpd/nagios.conf +++ b/roles/nagios_server/files/httpd/nagios.conf @@ -11,7 +11,7 @@ ScriptAlias /tac.cgi /usr/lib64/nagios/cgi-bin/tac.cgi AuthName "Nagios GSSAPI Login" - GssapiCredStore keytab:/etc/krb5.HTTP_admin.fedoraproject.org.keytab + GssapiCredStore keytab:/etc/krb5.HTTP_nagios.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