Files
sblim-sfcb/0010-Enable-authentication-by-default.patch
Klaus Kämpf 23a5799788 - rename service_init_certs.patch to
0025-Generates-certificates-during-service-start.patch
- rename missing_makefile_dependencies.patch to
    0026-fix-build-dependencies-for-sfcbinst2mof.patch
- add 0027-Makefile.am-add-autoconfiscate.sh-to-dist.patch
- add 0028-allow-requests-with-Content-Type-set-to-text-xml.patch
  (was hidden inside 0022-Fix-crash-caused-by-NULL-content_type.patch
   before)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/sblim-sfcb?expand=0&rev=123
2019-09-26 10:00:10 +00:00

26 lines
722 B
Diff

From 28a2f89de38c1d3d3c9205950638b6aadf243487 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Thu, 27 Nov 2014 13:07:34 +0100
Subject: [PATCH 10/29] Enable authentication by default
---
sfcb.cfg.pre.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfcb.cfg.pre.in b/sfcb.cfg.pre.in
index 77a2155c8d9a..012dbbc549e3 100644
--- a/sfcb.cfg.pre.in
+++ b/sfcb.cfg.pre.in
@@ -93,7 +93,7 @@ sfcbCustomLib: sfcCustomLib
## Enable basic authentication for HTTP and HTTPS connections
## Default is false
-doBasicAuth: false
+doBasicAuth: true
## Name of of the authenticaion library. Leave off the ".so"
## Default is: sfcBasicAuthentication
--
2.23.0