Bug 75605
Summary: | UID/GID's over 100000 not supported | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Panu Matilainen <pmatilai> |
Component: | redhat-config-users | Assignee: | Brent Fox <bfox> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | p.van.egdom |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-05-25 14:30:47 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: |
Description
Panu Matilainen
2002-10-10 05:51:36 UTC
You are right. I've fixed this in CVS. QA, please verify the fix with redhat-config-users-1.1.1-3 in dist-8.0.1. Fix seems verified in "redhat-config-users-1.1.5-5" on Phoebe 8.0.94. [root@powermate root]# cat /etc/passwd |grep -i testuser testuser3:x:1000000:507:testuser3:/home/testuser3:/bin/bash testuser4:x:10000000:508:testuser4:/home/testuser4:/bin/bash testuser5:x:100000000:509:testuser5:/home/testuser5:/bin/bash testuser6:x:1000000000:510:testuser6:/home/testuser6:/bin/bash When entering UID "10000000000" in redhat-config-users, this gets changed to 4294967296, and the following error appears : Traceback (most recent call last): File "/usr/share/redhat-config-users/userWindow.py", line 230, in on_userWin_ok_button_clicked uidNumber = int(self.uidSpinButton.get_value()) OverflowError: float too large to convert However, UID "100000" seems to work fine in redhat-config-users. There is a stack of 64 bugs that have been in Modified state for a long period of time. I am closing these as Rawhide now. If you find that the issue is not fixed, please reopen this report. |