parent
8a49e03084
commit
6b2c347a1e
3 changed files with 0 additions and 6 deletions
|
|
@ -791,8 +791,6 @@ services configurations.
|
|||
|
||||
::
|
||||
|
||||
AuthPrincipal = host/kojihub@EXAMPLE.COM
|
||||
AuthKeytab = /etc/koji.keytab
|
||||
ProxyPrincipals = koji/kojiweb@EXAMPLE.COM
|
||||
HostPrincipalFormat = compile/%s@EXAMPLE.COM
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ KojiDir = /mnt/koji
|
|||
|
||||
## Kerberos authentication options ##
|
||||
|
||||
# AuthPrincipal = host/kojihub@EXAMPLE.COM
|
||||
# AuthKeytab = /etc/koji.keytab
|
||||
# ProxyPrincipals = koji/kojiweb@EXAMPLE.COM
|
||||
## format string for host principals (%s = hostname)
|
||||
# HostPrincipalFormat = compile/%s@EXAMPLE.COM
|
||||
|
|
|
|||
|
|
@ -447,8 +447,6 @@ def load_config(environ):
|
|||
['DBConnectionString', 'string', None],
|
||||
['KojiDir', 'string', None],
|
||||
|
||||
['AuthPrincipal', 'string', None],
|
||||
['AuthKeytab', 'string', None],
|
||||
['ProxyPrincipals', 'string', ''],
|
||||
['HostPrincipalFormat', 'string', None],
|
||||
['AllowedKrbRealms', 'string', '*'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue