Bug 455609

Summary: groupmems -d does not work
Product: [Fedora] Fedora Reporter: Milos Malik <mmalik>
Component: shadow-utilsAssignee: Peter Vrabec <pvrabec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 8CC: tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-23 13:53:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Milos Malik 2008-07-16 16:21:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20080702 Fedora/2.0.0.15-1.fc8 Firefox/2.0.0.15

Description of problem:
The utility is able to add an user to a group, but it's not able to remove the user from the group. The only way how to accomplish this is to purge all users from the group (groupmems -p -g tegr).

Version-Release number of selected component (if applicable):
shadow-utils-4.0.18.1-22.fc8

How reproducible:
Always


Steps to Reproduce:
# groupadd tegr
# grep tegr /etc/group
tegr:x:501:
# useradd teus
# grep teus /etc/passwd
teus:x:501:502::/home/teus:/bin/bash
# groupmems -a teus -g tegr
# echo $?
0
# grep tegr /etc/group
tegr:x:501:teus
# groupmems -d teus -g tegr
# echo $?
0
# grep tegr /etc/group
tegr:x:501:teus
#

Actual Results:
groupmems -d does not remove the user from the group

Expected Results:
groupmems -d removes the user from the group

Additional info:

Comment 1 Lukas Kuklinek 2008-07-21 14:13:31 UTC
This is already fixed from F-9 on (shadow-utils-4.1.2).