Bug 119513 - User deletion should not silently remove groups
Summary: User deletion should not silently remove groups
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: redhat-config-users
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-31 00:25 UTC by Ben Stringer
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-05-21 18:48:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ben Stringer 2004-03-31 00:25:50 UTC
Description of problem:
Removing a user will remove also remove their group if they are the
only member of that group. This should either be disabled or the user
should be prompted if they want this to happen. Whilst it makes sense
for "private groups", it does not necessarily make sense for standard
groups.


Version-Release number of selected component (if applicable):
redhat-config-users-1.2.4-1

How reproducible:
absolutely.

Steps to Reproduce:
1. Create a group "transient"
2. Create a user (non-private group) and change their primary group to
"transient"
3. Delete the user.
  
Actual results:
The group "transient" goes too.

Expected results:
The group stays.

Comment 1 Brent Fox 2004-04-21 15:20:39 UTC
The group "transient" will only be removed if it has a gid greater
than 499.  System groups are not removed when a user gets deleted. 
Only groups with gids greater than 499 will get automatically removed.  

Comment 2 Brent Fox 2004-05-21 18:48:44 UTC
Closing as 'notabug'.


Note You need to log in before you can comment on or make changes to this bug.