>From 96342b64c7da0f7d8bf723ea57c6b8f646b13536 Mon Sep 17 00:00:00 2001
From: Thorsten Scherf <[email protected]>
Date: Thu, 18 Aug 2016 10:18:32 +0200
Subject: [PATCH] Added more meaningful error message when the IFP responder is
 disabled.

https://fedorahosted.org/sssd/ticket/3130
---
 src/tools/sssctl/sssctl_sifp.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/tools/sssctl/sssctl_sifp.c b/src/tools/sssctl/sssctl_sifp.c
index 
782a72d7ce8bbf1080c6d6ac988ffac2f432955f..e302e6acb6b67563a3b3ccea3df0ea6f4e978b15
 100644
--- a/src/tools/sssctl/sssctl_sifp.c
+++ b/src/tools/sssctl/sssctl_sifp.c
@@ -25,8 +25,9 @@
 #include "util/util.h"
 #include "tools/sssctl/sssctl.h"
 
-#define ERR_SSSD _("Check that SSSD is running and " \
-                   "the InfoPipe responder is enabled.\n")
+#define ERR_SSSD _("Please verify that the InfoPipe responder (ifp) " \
+                    "is listed as a service in the sssd.conf file and " \
+                    "that SSSD is running.\n")
 
 struct sssctl_sifp_data {
     sss_sifp_ctx *sifp;
-- 
2.5.5

_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/admin/lists/[email protected]

Reply via email to