From a4b025404da2b707aaeea655e7c9298b5697e04c Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 17 Aug 2011 10:12:46 +0200 Subject: Add missing attribute labels for sudorule https://fedorahosted.org/freeipa/ticket/1571 --- ipalib/plugins/sudorule.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py index 0c9a8c7e9..17859472c 100644 --- a/ipalib/plugins/sudorule.py +++ b/ipalib/plugins/sudorule.py @@ -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) -- cgit