From 287e03aed7ab6298c0330c6544c29cafb031e0a5 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sat, 17 Aug 2013 01:12:21 +0200 Subject: AD: async request to retrieve master domain info Adds a reusable async request to download the master domain info. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f3df5b8dc..b997e7aa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1627,6 +1627,7 @@ libsss_ipa_la_SOURCES = \ src/providers/ad/ad_dyndns.c \ src/providers/ad/ad_id.c \ src/providers/ad/ad_srv.c \ + src/providers/ad/ad_domain_info.c \ src/util/user_info_msg.c \ src/util/find_uid.c \ src/util/sss_ldap.c \ @@ -1678,6 +1679,8 @@ libsss_ad_la_SOURCES = \ src/providers/ad/ad_srv.c \ src/providers/ad/ad_subdomains.c \ src/providers/ad/ad_subdomains.h \ + src/providers/ad/ad_domain_info.c \ + src/providers/ad/ad_domain_info.h \ src/util/find_uid.c \ src/util/user_info_msg.c \ src/util/sss_krb5.c \ -- cgit