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

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