summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Stephenson <jstephen@redhat.com>2016-08-12 12:12:57 -0400
committerLukas Slebodnik <lslebodn@redhat.com>2016-08-18 13:48:17 +0200
commit9b86f8f3c07af6fd3d2b08ff66cf9dcce61e7abf (patch)
treed7bd07f485e46ed7eca4e4e77b4d4d7ccea547c1
parent7c475c3a02329f477f6245cce40d70615e616e85 (diff)
downloadsssd-9b86f8f3c07af6fd3d2b08ff66cf9dcce61e7abf.tar.gz
sssd-9b86f8f3c07af6fd3d2b08ff66cf9dcce61e7abf.tar.xz
sssd-9b86f8f3c07af6fd3d2b08ff66cf9dcce61e7abf.zip
SSSCTL: More helpful error message when InfoPipe is disabled
Resolves: https://fedorahosted.org/sssd/ticket/3130 Reviewed-by: Petr Čech <pcech@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--src/tools/sssctl/sssctl_sifp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/sssctl/sssctl_sifp.c b/src/tools/sssctl/sssctl_sifp.c
index 782a72d7c..c53119b4e 100644
--- a/src/tools/sssctl/sssctl_sifp.c
+++ b/src/tools/sssctl/sssctl_sifp.c
@@ -26,7 +26,9 @@
#include "tools/sssctl/sssctl.h"
#define ERR_SSSD _("Check that SSSD is running and " \
- "the InfoPipe responder is enabled.\n")
+ "the InfoPipe responder is enabled. " \
+ "Make sure 'ifp' is listed in the " \
+ "'services' option in sssd.conf.\n")
struct sssctl_sifp_data {
sss_sifp_ctx *sifp;