From 82ea18aa544883985273d69ee95ec02293165d3f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mar 09 2012 21:52:38 +0000 Subject: better examples for Kerberos auth options Update the sample values in hub.conf to more closely match the Fedora wiki page (https://fedoraproject.org/wiki/Koji/ServerHowTo). --- diff --git a/hub/hub.conf b/hub/hub.conf index e4ee61f..f1e40c1 100644 --- a/hub/hub.conf +++ b/hub/hub.conf @@ -16,9 +16,9 @@ KojiDir = /mnt/koji ## Kerberos authentication options ## -# AuthPrincipal = kojihub@EXAMPLE.COM +# AuthPrincipal = host/kojihub@EXAMPLE.COM # AuthKeytab = /etc/koji.keytab -# ProxyPrincipals = kojihub@EXAMPLE.COM +# ProxyPrincipals = koji/kojiweb@EXAMPLE.COM ## format string for host principals (%s = hostname) # HostPrincipalFormat = compile/%s@EXAMPLE.COM