From d42d371c00c83ae44b9d1c3e88ecbe0e01b112e6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 10 Jun 2012 14:50:43 -0400 Subject: LDAP: Add support for AD chain matching extension in initgroups --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0e84da00a..8af213e59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1093,6 +1093,7 @@ libsss_ldap_common_la_SOURCES = \ src/providers/ldap/sdap_async_groups.c \ src/providers/ldap/sdap_async_groups_ad.c \ src/providers/ldap/sdap_async_initgroups.c \ + src/providers/ldap/sdap_async_initgroups_ad.c \ src/providers/ldap/sdap_async_connection.c \ src/providers/ldap/sdap_async_netgroups.c \ src/providers/ldap/sdap_async_services.c \ -- cgit