Bug 179093 - groupadd does not allow POSIX compliant group names
Summary: groupadd does not allow POSIX compliant group names
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: shadow-utils
Version: 3.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Vrabec
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-27 12:36 UTC by Markus Schöpflin
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-30 09:43:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


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