diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 4d396adc..2dee05a7 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -791,10 +791,10 @@ services configurations. :: - AuthPrincipal host/kojihub@EXAMPLE.COM - AuthKeytab /etc/koji.keytab - ProxyPrincipals koji/kojiweb@EXAMPLE.COM - HostPrincipalFormat compile/%s@EXAMPLE.COM + AuthPrincipal = host/kojihub@EXAMPLE.COM + AuthKeytab = /etc/koji.keytab + ProxyPrincipals = koji/kojiweb@EXAMPLE.COM + HostPrincipalFormat = compile/%s@EXAMPLE.COM If using SSL auth, these settings need to be valid and inline with other services configurations for kojiweb to allow logins.