Add group members to default output of sudorule-show

https://fedorahosted.org/freeipa/ticket/915
This commit is contained in:
Jan Zeleny 2011-02-15 05:03:41 -05:00 committed by Adam Young
parent fd0a6b4849
commit 9c9a513664

View File

@ -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'],