File revert_config_mistake.patch of Package sblim-sfcb.4310
Author: Adam Majer <amajer@suse.de>
Date: Mon Mar 6 11:35:58 CET 2017
BNC: #1023820
Summary: This was done by mistake upstream
Blame log says it all,
d109b8df (mihajlov 2007-02-22 16:04:27 +0000 61) doBasicAuth: @SFCB_CONF_DOBASICAUTH@
640f1803 (buccella 2011-04-19 14:28:48 -0400 61) doBasicAuth: true #temp change to test feature
61bae3e6 (buccella 2011-06-08 10:33:29 -0400 96) doBasicAuth: false
Reverting to go back to SLE11 behaviour.
Index: sblim-sfcb-1.4.8/sfcb.cfg.pre.in
===================================================================
--- sblim-sfcb-1.4.8.orig/sfcb.cfg.pre.in
+++ sblim-sfcb-1.4.8/sfcb.cfg.pre.in
@@ -93,7 +93,7 @@ sfcbCustomLib: sfcCustomLib
## Enable basic authentication for HTTP and HTTPS connections
## Default is false
-doBasicAuth: false
+doBasicAuth: @SFCB_CONF_DOBASICAUTH@
## Name of of the authenticaion library. Leave off the ".so"
## Default is: sfcBasicAuthentication