URL: https://github.com/SSSD/sssd/pull/433 Title: #433: PAM: Multiple certificates on a Smartcard
fidencio commented: """ Okay, Debian testing has been failing on our CI and the following patch solves the issue: ``` [ffidenci@pessoa sssd]$ cat 0001-fixup-PAM-handled-multiple-certs-in-the-responder.patch From 0ce79d843545cb939b891cdf66b1dbc8133972a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <[email protected]> Date: Wed, 8 Nov 2017 15:47:01 +0100 Subject: [PATCH] fixup! PAM: handled multiple certs in the responder --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5296c4ca0..57e03abfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1401,6 +1401,7 @@ sssd_pam_LDADD = \ $(PAM_LIBS) \ $(SYSTEMD_DAEMON_LIBS) \ $(SSSD_INTERNAL_LTLIBS) \ + libsss_certmap.la \ $(NULL) if BUILD_SUDO @@ -2423,6 +2424,7 @@ pam_srv_tests_LDADD = \ $(SYSTEMD_DAEMON_LIBS) \ libsss_test_common.la \ libsss_idmap.la \ + libsss_certmap.la \ $(NULL) EXTRA_responder_get_domains_tests_DEPENDENCIES = \ -- 2.13.6 ``` You can find the two patches that I mentioned at: https://github.com/fidencio/sssd/tree/review/multiple_certs """ See the full comment at https://github.com/SSSD/sssd/pull/433#issuecomment-342841614
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
