Bug 8609

Summary: useradd overwrites existing group
Product: [Retired] Red Hat Linux Reporter: Jules Stuifbergen <jules>
Component: shadow-utilsAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1Keywords: Security
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: 2000-01-19 16:46:02 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 Jules Stuifbergen 2000-01-19 16:11:12 UTC
Example:

# grep web /etc/group
web:x:501:fred,barney,wilma,betty
# useradd web
# grep web /etc/group
web:x:501:

all files owned by group 'web' are now owned by user 'web'.

# adduser wheel

-oops!-

Comment 1 Bernhard Rosenkraenzer 2000-01-19 16:46:59 UTC
Fixed