Blame SOURCES/0999-NOUPSTREAM-Default-to-root-if-sssd-user-is-not-spec

ecf709
From 8d38a4b28ab7af15406b244910f369ba1aff02db Mon Sep 17 00:00:00 2001
ecf709
From: Jakub Hrozek <jhrozek@redhat.com>
ecf709
Date: Thu, 30 Oct 2014 15:59:17 +0100
ecf709
Subject: [PATCH 93/93] NOUPSTREAM: Default to root if sssd user is not
ecf709
 specified
ecf709
ecf709
---
ecf709
 src/monitor/monitor.c | 2 +-
ecf709
 1 file changed, 1 insertion(+), 1 deletion(-)
ecf709
ecf709
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
ecf709
index 0dea327213a1ad04b6f69c0ffb0fb87254420796..20b4aef4ee94fd42de1585d7d7c2e01ea01845ac 100644
ecf709
--- a/src/monitor/monitor.c
ecf709
+++ b/src/monitor/monitor.c
ecf709
@@ -925,7 +925,7 @@ static int get_service_user(struct mt_ctx *ctx)
ecf709
 
ecf709
     ret = confdb_get_string(ctx->cdb, ctx, CONFDB_MONITOR_CONF_ENTRY,
ecf709
                             CONFDB_MONITOR_USER_RUNAS,
ecf709
-                            SSSD_USER, &user_str);
ecf709
+                            "root", &user_str);
ecf709
     if (ret != EOK) {
ecf709
         DEBUG(SSSDBG_FATAL_FAILURE, "Failed to get the user to run as\n");
ecf709
         return ret;
ecf709
-- 
ecf709
1.9.3
ecf709