PR#3518: doc: fix missing characters
Merges #3518 https://pagure.io/koji/pull-request/3518 Fixes: #3510 https://pagure.io/koji/issue/3510 Documentation error about Kerberos
This commit is contained in:
commit
a4c92f5128
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue