Bug 697887
Summary: | FreeIPA is allowing multiple groups to contain the same gidNumber value | |||
---|---|---|---|---|
Product: | [Retired] freeIPA | Reporter: | Tim Niemueller <tim> | |
Component: | ipa-server | Assignee: | Rob Crittenden <rcritten> | |
Status: | CLOSED DUPLICATE | QA Contact: | Chandrasekar Kannan <ckannan> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 2.0 | CC: | benl, dpal, jgalipea, mkosek, yzhang | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 698240 698671 (view as bug list) | Environment: | ||
Last Closed: | 2011-05-11 18:02:50 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 698240, 698671 |
Description
Tim Niemueller
2011-04-19 14:56:10 UTC
Upstream ticket: https://fedorahosted.org/freeipa/ticket/1183 This is reproducible: # ipa user-add --first=Jenny --last=Galipeau --uid=800 --gidnumber=800 jennyg ------------------- Added user "jennyg" ------------------- User login: jennyg First name: Jenny Last name: Galipeau Full name: Jenny Galipeau Display name: Jenny Galipeau Initials: JG Home directory: /home/jennyg GECOS field: jennyg Login shell: /bin/sh Kerberos principal: jennyg@TESTRELM UID: 800 GID: 800 # ipa group-add --desc="test bug 697887" --gid=800 grp697887 ----------------------- Added group "grp697887" ----------------------- Group name: grp697887 Description: test bug 697887 GID: 800 # id jennyg uid=800(jennyg) gid=800 groups=800,972400001(ipausers) *** This bug has been marked as a duplicate of bug 693483 *** *** Bug 713569 has been marked as a duplicate of this bug. *** |