| Summary: | adduser doesn't support UID/GID above 256000 | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Christian Höltje <docwhat> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.24.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Christian Höltje
2017-04-14 21:37:32 UTC
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. |