summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/trust.py
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2016-06-06 11:42:34 +0300
committerMartin Basti <mbasti@redhat.com>2016-06-10 12:24:00 +0200
commita0f953e0ff89900d9767df3e6ed868ae662616b4 (patch)
tree4afb3218e84edab788b9f0c5269263d7b1c86af7 /ipaserver/plugins/trust.py
parent478017357b50cb7fe30d6a4e26c3c47e111c91d0 (diff)
downloadfreeipa-a0f953e0ff89900d9767df3e6ed868ae662616b4.tar.gz
freeipa-a0f953e0ff89900d9767df3e6ed868ae662616b4.tar.xz
freeipa-a0f953e0ff89900d9767df3e6ed868ae662616b4.zip
adtrust: remove nttrustpartner parameter
MS-ADTS spec requires that TrustPartner field should be equal to the commonName (cn) of the trust. We used it a bit wrongly to express trust relationship between parent and child domains. In fact, we have parent-child relationship recorded in the DN (child domains are part of the parent domain's container). Remove the argument that was never used externally but only supplied by trust-specific code inside the IPA framework. Part of https://fedorahosted.org/freeipa/ticket/5354 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipaserver/plugins/trust.py')
-rw-r--r--ipaserver/plugins/trust.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaserver/plugins/trust.py b/ipaserver/plugins/trust.py
index 744be93c7..8fd663b77 100644
--- a/ipaserver/plugins/trust.py
+++ b/ipaserver/plugins/trust.py
@@ -1477,10 +1477,6 @@ class trustdomain(LDAPObject):
cli_name='sid',
label=_('Domain Security Identifier'),
),
- Str('ipanttrustpartner?',
- label=_('Trusted domain partner'),
- flags=['no_display', 'no_option'],
- ),
)
# LDAPObject.get_dn() only passes all but last element of keys and no kwargs