diff options
| author | Alexander Bokovoy <abokovoy@redhat.com> | 2016-06-06 11:42:34 +0300 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-06-10 09:58:43 +0200 |
| commit | 185806432d6dfccc5cdd73815471ce60a575b073 (patch) | |
| tree | ef26af490d4620470c240e45441272bc8d40a457 /ipaserver/plugins | |
| parent | 8ca7a4c94796afa280de7e7f5191b48ad667b219 (diff) | |
| download | freeipa-185806432d6dfccc5cdd73815471ce60a575b073.tar.gz freeipa-185806432d6dfccc5cdd73815471ce60a575b073.tar.xz freeipa-185806432d6dfccc5cdd73815471ce60a575b073.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.
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
| -rw-r--r-- | ipaserver/plugins/trust.py | 4 |
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 |
