Bug 746386 - id/groups command display only primary groups of user
Summary: id/groups command display only primary groups of user
Keywords:
Status: CLOSED DUPLICATE of bug 745675
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-15 08:59 UTC by Francesco
Modified: 2016-11-24 15:50 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-15 12:37:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Francesco 2011-10-15 08:59:39 UTC
Description of problem:
groups command non display secondary groups of user

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. su -
2. groupadd test
3. getent group test (output is OK)
4. cat /etc/group | grep test (output is OK)
5. gpasswd -a fdaluisio test
  
Actual results:
after point 5

6. cat /etc/group | grep test (output is OK, fdaluisio is in test group)
7. logout fdaluisio e relogin X session
8. id -Gn fdaluisio (show only fdaluisio group)
9. groups fdaluisio (show only fdaluisio group)


Expected results:
id -Gn fdaluisio 
fdaluisio test 

id/groups commands must show primary and secondary groups for fdaluisio user

Additional info:
With F15 uptodate this doesn't happen

rpm -qa "coreutils*"
coreutils-libs-8.12-2.fc16.x86_64
coreutils-8.12-2.fc16.x86_64

rpm -qa "shadow-utils*"
shadow-utils-4.1.4.3-7.fc16.x86_64

selinux enabled
F16-rawhide is uptodate at date file this bug

Comment 1 Ondrej Vasik 2011-10-15 12:37:43 UTC

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


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