From 2d654a45796b1c50a3c2368ba2aa78412073171d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 15 Mar 2013 15:27:31 -0400 Subject: ldap: Fallback option for rfc2307 schema Add option to fallback to fetch local users if rfc2307is being used. This is useful for cases where people added local users as LDAP members and rely on these group memberships to be maintained on the local host. Disabled by default as it violates identity domain separation. Ticket: https://fedorahosted.org/sssd/ticket/1020 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 223431da4..f4934c054 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,6 +426,7 @@ dist_noinst_HEADERS = \ src/providers/ldap/sdap_id_op.h \ src/providers/ldap/ldap_opts.h \ src/providers/ldap/sdap_range.h \ + src/providers/ldap/sdap_users.h \ src/providers/ipa/ipa_common.h \ src/providers/ipa/ipa_config.h \ src/providers/ipa/ipa_access.h \ -- cgit