33 lines
779 B
Text
33 lines
779 B
Text
[kojira]
|
|
; For user/pass authentication
|
|
; user=kojira
|
|
; password=kojira
|
|
|
|
; For Kerberos authentication
|
|
; the principal to connect with
|
|
principal=koji/repo@EXAMPLE.COM
|
|
; The location of the keytab for the principal above
|
|
keytab=/etc/kojira.keytab
|
|
|
|
; The URL for the koji hub server
|
|
server=http://hub.example.com/kojihub
|
|
|
|
; The directory containing the repos/ directory
|
|
topdir=/mnt/koji
|
|
|
|
; Logfile
|
|
logfile=/var/log/kojira.log
|
|
|
|
; Include srpms in repos? (not needed for normal operation)
|
|
with_src=no
|
|
|
|
;configuration for SSL authentication
|
|
|
|
;client certificate
|
|
;cert = /etc/kojira/client.crt
|
|
|
|
;certificate of the CA that issued the client certificate
|
|
;ca = /etc/kojira/clientca.crt
|
|
|
|
;certificate of the CA that issued the HTTP server certificate
|
|
;serverca = /etc/kojira/serverca.crt
|