summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/trust.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-10 12:18:23 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-10 12:20:17 +0200
commit478017357b50cb7fe30d6a4e26c3c47e111c91d0 (patch)
tree173c327c8c32ad790549af7973fa2052f9dcd379 /ipaserver/plugins/trust.py
parent185806432d6dfccc5cdd73815471ce60a575b073 (diff)
downloadfreeipa-478017357b50cb7fe30d6a4e26c3c47e111c91d0.tar.gz
freeipa-478017357b50cb7fe30d6a4e26c3c47e111c91d0.tar.xz
freeipa-478017357b50cb7fe30d6a4e26c3c47e111c91d0.zip
Revert "adtrust: remove nttrustpartner parameter"
This reverts commit 185806432d6dfccc5cdd73815471ce60a575b073. The wrong version of patch has been pushed. https://fedorahosted.org/freeipa/ticket/5354 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/plugins/trust.py')
-rw-r--r--ipaserver/plugins/trust.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/trust.py b/ipaserver/plugins/trust.py
index 8fd663b77..744be93c7 100644
--- a/ipaserver/plugins/trust.py
+++ b/ipaserver/plugins/trust.py
@@ -1477,6 +1477,10 @@ 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