Bug 63975 - newgrp does not support dynamic groups properly
Summary: newgrp does not support dynamic groups properly
Keywords:
Status: CLOSED DUPLICATE of bug 14464
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: util-linux
Version: 7.2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Elliot Lee
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-22 21:27 UTC by Need Real Name
Modified: 2007-04-18 16:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-04-22 21:27:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-04-22 21:27:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.9-31 i686)

Description of problem:
newgrp will not allow unpriveleged users to change to a passworded group of
which they are not a member, even if they authenticate with the proper group
password.

Version-Release number of selected component (if applicable):
newgrp from: util-linux-2.11f-17
shadow from: shadow-utils-20000902-4

How reproducible:
Always

Steps to Reproduce:
As root:
   1. groupadd test
   2. gpasswd test  # Password: testing

As user:
   1. newgrp test   # Password: testing

Actual Results:  newgrp: Permission denied

Expected Results:  GID should have been changed to "test" and other groups
should have become secondaries.

Additional info:

newgrp from: util-linux-2.11f-17
shadow from: shadow-utils-20000902-4

Comment 1 Elliot Lee 2002-04-22 21:31:33 UTC

*** This bug has been marked as a duplicate of 14464 ***


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