summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-02-23 17:49:09 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-02-23 18:44:28 -0500
commitd57dfc4e980ecb26cfdb608d90a5f95c26cc7fbb (patch)
tree8fb52bcacdb6fa5d09d72066e50f0446fb8069c6 /ipalib/plugins/baseldap.py
parentaf9f9052393697383c79576490127a4426452ba8 (diff)
downloadfreeipa-d57dfc4e980ecb26cfdb608d90a5f95c26cc7fbb.tar.gz
freeipa-d57dfc4e980ecb26cfdb608d90a5f95c26cc7fbb.tar.xz
freeipa-d57dfc4e980ecb26cfdb608d90a5f95c26cc7fbb.zip
Sudo command groups are not supposed to allow nesting.
It was a design decision to not allow nesting sudo command groups, remove it. ticket 1004
Diffstat (limited to 'ipalib/plugins/baseldap.py')
-rw-r--r--ipalib/plugins/baseldap.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py
index 0581ea3ad..4441e7960 100644
--- a/ipalib/plugins/baseldap.py
+++ b/ipalib/plugins/baseldap.py
@@ -66,7 +66,7 @@ global_output_params = (
label=_('Roles'),
),
Str('memberof_sudocmdgroup?',
- label=_('Sudo Command Groups'),
+ label=_('SUDO Command Groups'),
),
Str('member_privilege?',
label='Granted to Privilege',
@@ -95,9 +95,6 @@ global_output_params = (
Str('memberof_hbacsvcgroup?',
label='Member of HBAC service groups',
),
- Str('member_sudocmdgroup?',
- label='Member SUDO command groups',
- ),
Str('member_sudocmd?',
label='Member SUDO commands',
),
@@ -128,12 +125,6 @@ global_output_params = (
Str('memberindirect_netgroup?',
label=_('Indirect Member netgroups'),
),
- Str('memberindirect_sudocmdgroup?',
- label='Indirect Member SUDO command groups',
- ),
- Str('memberindirect_sudocmd?',
- label='Indirect Member SUDO commands',
- ),
Str('memberofindirect_group?',
label='Indirect Member of group',
),