freeipa/ipaserver
Alexander Bokovoy 0b29bfde0d trusts: support subdomains in a forest
Add IPA CLI to manage trust domains.

ipa trust-fetch-domains <trust>      -- fetch list of subdomains from AD side and add new ones to IPA
ipa trustdomain-find <trust>         -- show all available domains
ipa trustdomain-del <trust> <domain> -- remove domain from IPA view about <trust>
ipa trustdomain-enable <trust> <domain> -- allow users from trusted domain to access resources in IPA
ipa trustdomain-disable <trust> <domain> -- disable access to resources in IPA from trusted domain

By default all discovered trust domains are allowed to access IPA resources

IPA KDC needs also information for authentication paths to subdomains in case they
are not hierarchical under AD forest trust root. This information is managed via capaths
section in krb5.conf. SSSD should be able to generate it once
ticket https://fedorahosted.org/sssd/ticket/2093 is resolved.

part of https://fedorahosted.org/freeipa/ticket/3909
2013-10-04 10:25:31 +02:00
..
advise Remove redundant shebangs 2013-08-26 13:03:32 +02:00
install Use FQDN when creating MSDCS SRV records 2013-10-03 14:14:07 +02:00
plugins Use LDAP modify operation directly to add/remove group members. 2013-07-11 12:39:26 +03:00
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
dcerpc.py trusts: support subdomains in a forest 2013-10-04 10:25:31 +02:00
rpcserver.py Show human-readable error name in error dialog title 2013-08-26 13:05:36 +02:00