diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-08-01 14:12:39 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-08-07 09:18:42 +0200 |
commit | fc3f3c90b94ef6d4d8f1e109655177412d52f36e (patch) | |
tree | 9baf657dade4c63a7d61b2bcb806af483cdc59e0 /freeipa.spec.in | |
parent | 7ae58f0ca92e4a573e62aa4e770e12062bb2ddff (diff) | |
download | freeipa-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 'freeipa.spec.in')
-rw-r--r-- | freeipa.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 0afcdae86..d4f90c7d8 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -630,6 +630,9 @@ fi %{_usr}/share/ipa/*.ldif %{_usr}/share/ipa/*.uldif %{_usr}/share/ipa/*.template +%dir %{_usr}/share/ipa/advise +%dir %{_usr}/share/ipa/advise/legacy +%{_usr}/share/ipa/advise/legacy/*.template %dir %{_usr}/share/ipa/ffextension %{_usr}/share/ipa/ffextension/bootstrap.js %{_usr}/share/ipa/ffextension/install.rdf |