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

bugzilla at busybox.net bugzilla at busybox.net
Tue Apr 18 15:06:35 UTC 2017


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

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
Increase CONFIG_LAST_ID in .your .config.
Testing with CONFIG_LAST_ID=1999999999:

# ./busybox adduser joecool -u 999999999
Changing password for user joecool.
New password: 
BAD PASSWORD: The password is a palindrome
Retype new password: 
passwd: all authentication tokens updated successfully.

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


More information about the busybox-cvs mailing list