#3510 Documentation error about Kerberos
Closed: Fixed by tkopecek. Opened by frankb.

On https://docs.pagure.org/koji/server_howto/ at the kerberos section, an "= " is missing after the option.
so:
AuthPrincipal host/kojihub@EXAMPLE.COM
AuthKeytab /etc/koji.keytab
ProxyPrincipals koji/kojiweb@EXAMPLE.COM
HostPrincipalFormat compile/%s@EXAMPLE.COM
must become
AuthPrincipal = host/kojihub@EXAMPLE.COM
AuthKeytab = /etc/koji.keytab
ProxyPrincipals = koji/kojiweb@EXAMPLE.COM
HostPrincipalFormat = compile/%s@EXAMPLE.COM

Without it, the hub can't parse the config file.
Thanks


Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.30.1
- Issue tagged with: doc

Metadata Update from @tkopecek:
- Issue tagged with: no_qe

Commit a4c92f51 fixes this issue

Commit a9912d39 relates to this ticket

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3510

Please continue any further discussion there.

Metadata
Related Pull Requests