From 13ec767e6ca3e435e119f1f07bda10eb213383f6 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 20 Jan 2015 18:34:44 -0500 Subject: SDAP: Lock out ssh keys when account naturally expires MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: https://fedorahosted.org/sssd/ticket/2534 Reviewed-by: Lukáš Slebodník Reviewed-by: Jakub Hrozek --- Makefile.am | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a02f5679b..ba24343c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2458,16 +2458,21 @@ libsss_ldap_common_la_SOURCES = \ src/providers/ldap/sdap_domain.c \ src/providers/ldap/sdap.c \ src/util/user_info_msg.c \ - src/util/sss_ldap.c + src/util/sss_ldap.c \ + $(NULL) libsss_ldap_common_la_CFLAGS = \ - $(KRB5_CFLAGS) + $(KRB5_CFLAGS) \ + $(NULL) libsss_ldap_common_la_LIBADD = \ $(OPENLDAP_LIBS) \ $(KRB5_LIBS) \ libsss_krb5_common.la \ - libsss_idmap.la + libsss_idmap.la \ + libsss_util.la \ + $(NULL) libsss_ldap_common_la_LDFLAGS = \ - -avoid-version + -avoid-version \ + $(NULL) if BUILD_SUDO libsss_ldap_common_la_SOURCES += \ -- cgit