From 9c9a5136645a26cafae29ee3626d59767c15a050 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 15 Feb 2011 05:03:41 -0500 Subject: Add group members to default output of sudorule-show https://fedorahosted.org/freeipa/ticket/915 --- ipalib/plugins/sudorule.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipalib/plugins/sudorule.py') diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py index 3361ff5d0..a4eacd1d5 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'], -- cgit