[Bug 9811] New: adduser doesn't support UID/GID above 256000

bugzilla at busybox.net bugzilla at busybox.net
Fri Apr 14 21:37:32 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=9811

            Bug ID: 9811
           Summary: adduser doesn't support UID/GID above 256000
           Product: Busybox
           Version: 1.24.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: docwhat at gerf.org
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

The adduser command doesn't support UID/GID above 256000

$ docker run --rm -it alpine adduser joecool -u 500000
adduser: number 500000 is not in 0..256000 range

I expect it to handle the maximum of an 2,147,483.646 (unsigned int) on 64 bit
platforms (which the above alpine image is).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list