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

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