Bug 698258

Summary: Duplicate uid allowed when adding users
Product: Red Hat Enterprise Linux 6 Reporter: Namita Soman <nsoman>
Component: doc-Identity_Management_GuideAssignee: Deon Ballard <dlackey>
Status: CLOSED DUPLICATE QA Contact: ecs-bugs
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1CC: dpal, jgalipea
Target Milestone: rcKeywords: Documentation
Target Release: 6.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-14 22:34:09 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: 710235    

Description Namita Soman 2011-04-20 14:23:18 UTC
Description of problem:
Can add multiple users specifying the same uid.
ipa user-add one --uid=5000
ipa user-add two --uid=5000

Both are added with same UIDs

Can kinit using both users.

# getent passwd one
one:*:5000:5000:one:/home/one:/bin/sh
# getent passwd two
#
Nothing is returned for user two


ipa user-find --all
lists both users with same UID.


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


How reproducible:


Steps to Reproduce:
1.ipa user-add one --uid=5000
2. ipa user-add two --uid=5000

  
Actual results:
allows user two to be added

Expected results:
An error indicating UID has already assigned

Additional info:

Comment 1 Namita Soman 2011-04-20 14:24:35 UTC
Missed indicating version above:
am using:
ipa-server-2.0.0-21.el6.x86_64

And can always reproduce.

Comment 4 Deon Ballard 2011-06-02 18:44:18 UTC
Blocking the IPA 2.1 tracker bug.

Comment 5 Deon Ballard 2011-07-14 22:34:09 UTC

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