Blame SOURCES/0110-ureport-use-rhsm-ssl-client-auth-by-default.patch

0c9110
From a5b30291b63dc8d70d24191e39095e6dbb392f32 Mon Sep 17 00:00:00 2001
0c9110
From: Jakub Filak <jfilak@redhat.com>
0c9110
Date: Mon, 3 Nov 2014 15:51:32 +0100
0c9110
Subject: [LIBREPORT PATCH 110/113] ureport: use 'rhsm' ssl client auth by
0c9110
 default
0c9110
0c9110
libreport used to be configured to use 'rhsm' by default and I (Jakub
0c9110
Filak <jfilak@redhat.com>) inappropriately changed it to no ssl
0c9110
client auth in commit 4f61f5d9eec75e471c8176dac0c21f4361e40ee6
0c9110
0c9110
Related to rhbz#1140224
0c9110
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 src/plugins/ureport.conf | 2 +-
0c9110
 1 file changed, 1 insertion(+), 1 deletion(-)
0c9110
0c9110
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
0c9110
index 9e0415f..42323d4 100644
0c9110
--- a/src/plugins/ureport.conf
0c9110
+++ b/src/plugins/ureport.conf
0c9110
@@ -23,7 +23,7 @@ AuthDataItems = hostname, machineid
0c9110
 # None (default):
0c9110
 # SSLClientAuth =
0c9110
 # Using RH subscription management entitlement certificate:
0c9110
-# SSLClientAuth = rhsm
0c9110
+SSLClientAuth = rhsm
0c9110
 # Using Puppet certificate:
0c9110
 # SSLClientAuth = puppet
0c9110
 # Using custom certificate:
0c9110
-- 
0c9110
1.8.3.1
0c9110