From fc3f3c90b94ef6d4d8f1e109655177412d52f36e Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Thu, 1 Aug 2013 14:12:39 +0200 Subject: Add ipa-advise plugins for legacy clients Old versions of SSSD do not directly support cross-realm trusts between IPA and AD. This patch introduces plugins for the ipa-advise tool, which should help with configuring an old version of SSSD (1.5-1.8) to gain access to resources in trusted domain. Since the configuration steps differ depending on whether the platform includes the authconfig tool, two plugins are needed: * config-redhat-sssd-before-1-9 - provides configuration for Red Hat based systems, as these system include the autconfig utility * config-generic-sssd-before-1-9 - provides configuration for other platforms https://fedorahosted.org/freeipa/ticket/3671 https://fedorahosted.org/freeipa/ticket/3672 --- install/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/configure.ac') diff --git a/install/configure.ac b/install/configure.ac index fca4c6991..29254e6ed 100644 --- a/install/configure.ac +++ b/install/configure.ac @@ -85,6 +85,8 @@ AC_CONFIG_FILES([ html/Makefile migration/Makefile share/Makefile + share/advise/Makefile + share/advise/legacy/Makefile ui/Makefile ui/src/Makefile ui/src/libs/Makefile -- cgit