mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
Add group members to default output of sudorule-show
https://fedorahosted.org/freeipa/ticket/915
This commit is contained in:
parent
fd0a6b4849
commit
9c9a513664
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user