- enable use of a Kerberos service name other than host/ on the hub
- get the Kerberos realm from the client principal, rather than assuming the last two components of the domain name
This commit is contained in:
parent
93f20257f3
commit
eea730300a
13 changed files with 64 additions and 22 deletions
|
|
@ -33,6 +33,18 @@ smtphost=example.com
|
|||
; The From address used when sending email notifications
|
||||
from_addr=Koji Build System <buildsys@example.com>
|
||||
|
||||
;configuration for Kerberos authentication
|
||||
|
||||
;the format of the principal used by the build hosts
|
||||
;%s will be replaced by the FQDN of the host
|
||||
;host_principal_format = compile/%s@EXAMPLE.COM
|
||||
|
||||
;location of the keytab
|
||||
;keytab = /etc/kojivmd/kojivmd.keytab
|
||||
|
||||
;the service name of the principal being used by the hub
|
||||
;krbservice = host
|
||||
|
||||
;configuration for SSL authentication
|
||||
|
||||
;client certificate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue