From 9bfa905e722767de1c075e281012a152e7abc190 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 3 Aug 2012 03:04:58 -0400 Subject: Add --{set,add,del}attr options to commands which are missing them. ticket 2963 --- ipalib/plugins/trust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/trust.py') diff --git a/ipalib/plugins/trust.py b/ipalib/plugins/trust.py index 792e6cac..acb65b38 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)'), -- cgit