summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-08-17 11:00:37 +0200
committerRob Crittenden <rcritten@redhat.com>2012-08-26 23:10:25 -0400
commita5c8dcd996f5b3e39b9b1306453e2a8de4c3a8c0 (patch)
tree0231405bcc015ebddd471ecb05a883b8a9deb705 /ipalib/plugins/baseldap.py
parent2bf68115cea1bae09c3b45e88ed9e405c57e70d2 (diff)
downloadfreeipa-a5c8dcd996f5b3e39b9b1306453e2a8de4c3a8c0.tar.gz
freeipa-a5c8dcd996f5b3e39b9b1306453e2a8de4c3a8c0.tar.xz
freeipa-a5c8dcd996f5b3e39b9b1306453e2a8de4c3a8c0.zip
Fix managedBy label for DNS zone
Even though managedBy output parameter was only used for failed host managedBy memberships, it was defined in global baseldap.py classes. Incorrect label was then being displayed also for DNS zone per-zone permission attribute with the same name. Move managedBy output parameter to host plugin. Define proper managedBy output parameter in DNS plugin to improve clarity of this attribute. https://fedorahosted.org/freeipa/ticket/2946
Diffstat (limited to 'ipalib/plugins/baseldap.py')
-rw-r--r--ipalib/plugins/baseldap.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py
index 011d62629..5805ba9b7 100644
--- a/ipalib/plugins/baseldap.py
+++ b/ipalib/plugins/baseldap.py
@@ -169,9 +169,6 @@ global_output_params = (
Str('memberservice',
label=_('Failed service/service groups'),
),
- Str('managedby',
- label=_('Failed managedby'),
- ),
Str('failed',
label=_('Failed to remove'),
flags=['suppress_empty'],