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

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