summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/trust.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-08-03 03:04:58 -0400
committerMartin Kosek <mkosek@redhat.com>2012-08-03 10:18:30 +0200
commit9bfa905e722767de1c075e281012a152e7abc190 (patch)
tree0313b8c6585e833d265e3a23c6a37a255fb2bf0e /ipalib/plugins/trust.py
parentc58836f29dbff9bda9ecb307329fc11942b9d0e0 (diff)
downloadfreeipa-9bfa905e722767de1c075e281012a152e7abc190.tar.gz
freeipa-9bfa905e722767de1c075e281012a152e7abc190.tar.xz
freeipa-9bfa905e722767de1c075e281012a152e7abc190.zip
Add --{set,add,del}attr options to commands which are missing them.
ticket 2963
Diffstat (limited to 'ipalib/plugins/trust.py')
-rw-r--r--ipalib/plugins/trust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py
index 792e6cac2..acb65b388 100644
--- a/ipalib/plugins/trust.py
+++ b/ipalib/plugins/trust.py
@@ -115,7 +115,7 @@ def make_trust_dn(env, trust_type, dn):
class trust_add(LDAPCreate):
__doc__ = _('Add new trust to use')
- takes_options = (
+ takes_options = LDAPCreate.takes_options + (
StrEnum('trust_type',
cli_name='type',
label=_('Trust type (ad for Active Directory, default)'),