| Summary: | pw(8) can interpret numeric name as userid during userdel | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Ted Cabeen <ted> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | marcus | ||||
| Priority: | Normal | ||||||
| Version: | 4.4-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Ted Cabeen
2001-11-12 19:10:00 UTC
Responsible Changed From-To: freebsd-bugs->dillon On my plate. Responsible Changed From-To: dillon->freebsd-bugs Back to the free pool. A commit references this bug: Author: bapt Date: Tue Jul 28 12:20:58 UTC 2015 New revision: 285948 URL: https://svnweb.freebsd.org/changeset/base/285948 Log: when -n is passed to any pw subcommand it is always expected to be considered as a name so do not try to convert it to an id if it is a numeric value PR: 31933 Reported by: ted@impulse.net Sponsored by: gandi.net Changes: head/usr.sbin/pw/pw.c head/usr.sbin/pw/tests/pw_userdel.sh |