#1752 [ipa webui] Sudo Rule has extra User group section in "As Whom" section
Closed: Fixed None Opened 12 years ago by rcritten.

https://bugzilla.redhat.com/show_bug.cgi?id=735187

Description of problem:
Sudo Rule has extra User group section in "As Whom" section

Version-Release number of selected component (if applicable):
ipa-server-2.1.0-105.20110901T0304zgit887f02a.el6.x86_64


How reproducible:
always

Steps to Reproduce:
1. Add and edit a sudo rule
2. Scroll to As whom section


Actual results:
There are two areas to add User groups

Expected results:
There should be just one area to add User groups

Additional info:

This may not be a bug because they represent different lists, but it probably can be clarified further in the docs or with better CLI/UI labels.

The sudo rule has 3 different run-as lists:
1. Run-as users
2. Groups of run-as users
3. Run-as groups

When executing sudo, the command can be run as a user (with -u option) and as a group (with -g option). The run-as user will be validated against lists #1 and #2. The run-as group will be validated against list #3.

Fix the labels in the UI.

Metadata Update from @rcritten:
- Issue assigned to edewata
- Issue set to the milestone: FreeIPA 2.1.2 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata