summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/hbacrule.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-09 18:58:52 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-13 17:32:33 +0000
commit0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d (patch)
treec6d29e86deec6b45360015e6ebca286278fe2f78 /ipalib/plugins/hbacrule.py
parentdf049ff13dadceb8eeecc960622c8796cf287bec (diff)
downloadfreeipa-0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d.tar.gz
freeipa-0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d.tar.xz
freeipa-0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d.zip
Fixed labels for run-as users and groups.
The labels for the run-as users and groups tables in sudo rule details page have been modified to improve the clarity. Ticket #1752
Diffstat (limited to 'ipalib/plugins/hbacrule.py')
-rw-r--r--ipalib/plugins/hbacrule.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py
index b7c0bcac0..22a6a0dc6 100644
--- a/ipalib/plugins/hbacrule.py
+++ b/ipalib/plugins/hbacrule.py
@@ -189,7 +189,7 @@ class hbacrule(LDAPObject):
flags=['no_create', 'no_update', 'no_search'],
),
Str('memberuser_group?',
- label=_('Groups'),
+ label=_('User Groups'),
flags=['no_create', 'no_update', 'no_search'],
),
Str('memberhost_host?',
@@ -201,11 +201,11 @@ class hbacrule(LDAPObject):
flags=['no_create', 'no_update', 'no_search'],
),
Str('sourcehost_host?',
- label=_('Source hosts'),
+ label=_('Source Hosts'),
flags=['no_create', 'no_update', 'no_search'],
),
Str('sourcehost_hostgroup?',
- label=_('Source host groups'),
+ label=_('Source Host Groups'),
flags=['no_create', 'no_update', 'no_search'],
),
Str('memberservice_hbacsvc?',