summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-03-13 15:13:46 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-04-10 15:36:55 +0200
commit77d165f0629966db65753a3aee84a8b4971673af (patch)
tree19e9d6b94426dec048b02d56663da2a981516195 /Makefile.am
parentf9961e5f82e0ef474d6492371bfdf9e74e208a99 (diff)
downloadsssd-77d165f0629966db65753a3aee84a8b4971673af.tar.gz
sssd-77d165f0629966db65753a3aee84a8b4971673af.tar.xz
sssd-77d165f0629966db65753a3aee84a8b4971673af.zip
DNS sites support - SRV DNS lookup plugin
https://fedorahosted.org/sssd/ticket/1032 This plugin mimics the current behaviour. If discovery_domain is set it is the only domain that is tried. If discovery_domain is not set, we try to autodetect domain first and if that fails or SRV lookup on this domain fails, we fallback to SSSD domain name.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e331098b..7a3523334 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -325,6 +325,7 @@ endif
SSSD_FAILOVER_OBJ = \
src/providers/fail_over.c \
+ src/providers/fail_over_srv.c \
$(SSSD_RESOLV_OBJ)
SSSD_LIBS = \