Add missing attribute labels for sudorule

https://fedorahosted.org/freeipa/ticket/1571
This commit is contained in:
Martin Kosek
2011-08-17 10:12:46 +02:00
committed by Rob Crittenden
parent 2673782aec
commit 76a56d0741

View File

@@ -179,6 +179,14 @@ class sudorule(LDAPObject):
label=_('RunAs External Group'),
doc=_('External Group the commands can run as (sudorule-find only)'),
),
Str('ipasudoopt?',
label=_('Sudo Option'),
flags=['no_create', 'no_update', 'no_search'],
),
Str('ipasudorunasgroup_group?',
label=_('RunAsGroup Group'),
flags=['no_create', 'no_update', 'no_search'],
),
)
api.register(sudorule)