summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-08-17 01:12:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-18 19:15:34 +0200
commit287e03aed7ab6298c0330c6544c29cafb031e0a5 (patch)
tree4bd70a7099ed4ca22e40965fd75ec7cf174e5e0e /Makefile.am
parentfd0ef16f9bf46f916db0e30fa0ca0a2e2f5448b8 (diff)
downloadsssd-287e03aed7ab6298c0330c6544c29cafb031e0a5.tar.gz
sssd-287e03aed7ab6298c0330c6544c29cafb031e0a5.tar.xz
sssd-287e03aed7ab6298c0330c6544c29cafb031e0a5.zip
AD: async request to retrieve master domain info
Adds a reusable async request to download the master domain info.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 \