Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 3 product line. The current stable release is 3.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 179093

Summary: groupadd does not allow POSIX compliant group names
Product: Red Hat Enterprise Linux 3 Reporter: Markus Schöpflin <markus.schoepflin>
Component: shadow-utilsAssignee: Peter Vrabec <pvrabec>
Status: CLOSED ERRATA QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-30 09:43:29 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 Markus Schöpflin 2006-01-27 12:36:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

Description of problem:
groupadd rejects upper case characters in the group name.

# groupadd FOOBAR
groupadd: FOOBAR is a not a valid group name

IEEE Std 1003.1-2001 specifies that user and group names are composed of characters from the portable filename character set. The portable filename character set is defined as [a-z][A-Z][0-9][._-]. Therefore the group name is valid according to POSIX and I'm very surprised to find that groupadd doesn't accept this group name.


Version-Release number of selected component (if applicable):
shadow-utils-4.0.3-25.RHEL3

How reproducible:
Always

Steps to Reproduce:
1. groupadd FOOBAR
  

Actual Results:  groupadd: FOOBAR is a not a valid group name

Expected Results:  The group should be created.

Additional info:

Comment 1 Peter Vrabec 2006-01-30 09:43:29 UTC
It's fixed in shadow-utils-4.0.3-26.RHEL3 in next update.