summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-02-15 05:03:41 -0500
committerAdam Young <ayoung@redhat.com>2011-02-15 14:44:27 -0500
commit9c9a5136645a26cafae29ee3626d59767c15a050 (patch)
tree3c333dcc079a024ce9eebd9be3c5755095115924 /ipalib
parentfd0a6b484909ebbba1099733b22eeae58a5da671 (diff)
downloadfreeipa-9c9a5136645a26cafae29ee3626d59767c15a050.tar.gz
freeipa-9c9a5136645a26cafae29ee3626d59767c15a050.tar.xz
freeipa-9c9a5136645a26cafae29ee3626d59767c15a050.zip
Add group members to default output of sudorule-show
https://fedorahosted.org/freeipa/ticket/915
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/sudorule.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py
index 3361ff5d..a4eacd1d 100644
--- a/ipalib/plugins/sudorule.py
+++ b/ipalib/plugins/sudorule.py
@@ -102,6 +102,10 @@ class sudorule(LDAPObject):
label=_('Users'),
flags=['no_create', 'no_update', 'no_search'],
),
+ Str('memberuser_group?',
+ label=_('Groups'),
+ flags=['no_create', 'no_update', 'no_search'],
+ ),
Str('memberhost_host?',
label=_('Hosts'),
flags=['no_create', 'no_update', 'no_search'],