summaryrefslogtreecommitdiffstats
path: root/install/configure.ac
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-08-01 14:12:39 +0200
committerMartin Kosek <mkosek@redhat.com>2013-08-07 09:18:42 +0200
commitfc3f3c90b94ef6d4d8f1e109655177412d52f36e (patch)
tree9baf657dade4c63a7d61b2bcb806af483cdc59e0 /install/configure.ac
parent7ae58f0ca92e4a573e62aa4e770e12062bb2ddff (diff)
downloadfreeipa-fc3f3c90b94ef6d4d8f1e109655177412d52f36e.tar.gz
freeipa-fc3f3c90b94ef6d4d8f1e109655177412d52f36e.tar.xz
freeipa-fc3f3c90b94ef6d4d8f1e109655177412d52f36e.zip
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
Diffstat (limited to 'install/configure.ac')
-rw-r--r--install/configure.ac2
1 files changed, 2 insertions, 0 deletions
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