| Summary: | Adduser, uuid not used from adduser.conf | ||
|---|---|---|---|
| Product: | Base System | Reporter: | FRANCHET Nicolas <nrfanchet> |
| Component: | conf | Assignee: | Matteo Riondato <matteo> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
FRANCHET Nicolas
2005-10-24 11:50:13 UTC
Responsible Changed From-To: freebsd-bugs->matteo Take this one State Changed From-To: open->patched Committed to HEAD State Changed From-To: patched->closed Fixed in HEAD and in RELENG_6 The original problem was solved by the adduser.sh change
(from 1.26 -> 1.27).
But this change causes another problem. When you add more than
two users by "adduser", the uid does not increase automatically.
My guess is:
1. After answering "yes" to "Add another user?" question,
"$uidstart" changes.
2. 1.26 and prior versions of adduser.sh executes
"uuid=${uidstart}" unconditionally, while the latest
version does not. As a result, "$uidstart" change above
has no effect on "$uuid".
Sorry if my guess is wrong. I cannot fully understand the
script.
Toru TAKAMIZU
|