From 77d165f0629966db65753a3aee84a8b4971673af Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Wed, 13 Mar 2013 15:13:46 +0100 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4e331098..7a352333 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 = \ -- cgit