Subversion Repositories configs

Rev

Rev 34 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
34 - 1
# Base URL to uReport server
129 - 2
# URL = http://bug-report.redhat.com
34 - 3
 
4
# no means that ssl certificates will not be checked
5
# SSLVerify = no
6
 
7
# Contact email attached to an uploaded uReport if required
8
# ContactEmail = foo@example.com
9
 
10
# yes means that uReport will contain 'auth' object consisting
11
# from key value pairs made from AuthDataItems.
12
# The default value is 'no', unless you set 'SSLClientAuth' to some value.
13
# In that case, the default value is 'yes'.
14
# IncludeAuthData = yes
15
 
16
# If IncludeAuthData is set to yes, these fields will be included
17
# in 'auth' object
18
AuthDataItems = hostname, machineid
19
 
20
# Client-side authentication.
21
# Assingning any value to 'SSLClientAuth' changes the default value of
22
# 'IncludeAuthData' to 'yes'.
23
# None (default):
24
# SSLClientAuth =
25
# Using RH subscription management entitlement certificate:
26
# SSLClientAuth = rhsm
27
# Using Puppet certificate:
28
# SSLClientAuth = puppet
29
# Using custom certificate:
30
# SSLClientAuth = /path/to/cert.pem:/path/to/key.pem
31
 
32
# HTTP Basic authentication credentials.
33
# Assingning any value to 'HTTPAuth' changes the default value of
34
# 'IncludeAuthData' to 'yes'.
35
# Use Login= and Password= from /etc/libreport/plugins/rhtsupport.conf:
36
# HTTPAuth = rhts-credentials
37
# Use username and password:
38
# HTTPAuth = username:password