summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-05-23 22:30:38 -0400
committerRob Crittenden <rcritten@redhat.com>2011-05-27 13:54:31 -0400
commite91aa64d4ae6d85284c3b062f5ba03a8da27f547 (patch)
tree1dd594ea0eac68eed09c0da4e066fbdb31ddb922 /ipalib/plugins
parent9cc0754b710500519c6f5fd41a0a0237a43e04b0 (diff)
downloadfreeipa-e91aa64d4ae6d85284c3b062f5ba03a8da27f547.tar.gz
freeipa-e91aa64d4ae6d85284c3b062f5ba03a8da27f547.tar.xz
freeipa-e91aa64d4ae6d85284c3b062f5ba03a8da27f547.zip
Include the word 'member' with autogenerated optional member labels.
There were reports of confusion over what was being prompted for, hopefully adding member will make things clearer. ticket 1062
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/baseldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py
index f07fb2774..053a0a5a3 100644
--- a/ipalib/plugins/baseldap.py
+++ b/ipalib/plugins/baseldap.py
@@ -1062,7 +1062,7 @@ class LDAPModMember(LDAPQuery):
name = to_cli(ldap_obj_name)
doc = self.member_param_doc % ldap_obj.object_name_plural
yield List('%s?' % name, cli_name='%ss' % name, doc=doc,
- label=ldap_obj.object_name, alwaysask=True)
+ label='member ' + ldap_obj.object_name, alwaysask=True)
def get_member_dns(self, **options):
dns = {}