From bdc2aced1185c4ee36921fa01b8dc01789a63900 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 23 Feb 2015 11:06:25 +0100 Subject: PAM: print the pam status as string, too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On several places, let's add a pam_strerror() call so that it's easier to debug user problems. Reviewed-by: Lukáš Slebodník Signed-off-by: Lukas Slebodnik --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ee23a4111..8f0ce4be9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1005,7 +1005,9 @@ sssd_pam_LDADD = \ $(TDB_LIBS) \ $(SSSD_LIBS) \ $(SELINUX_LIBS) \ - $(SSSD_INTERNAL_LTLIBS) + $(PAM_LIBS) \ + $(SSSD_INTERNAL_LTLIBS) \ + $(NULL) if BUILD_SUDO sssd_sudo_SOURCES = \ -- cgit