From 2c43e28ef2f7a7f2ae0a84b6aebded6d87f6d3a6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 29 Apr 2017 17:25:25 +0000 Subject: [PATCH] and I missed this earlier --- roles/nagios_server/files/httpd/nagios.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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