| Summary: | [MFC] rmuser does not allow deletion of all usernames that adduser can create | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | kway <kway> | ||||
| Component: | misc | Assignee: | Doug Barton <dougb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
kway
2000-10-24 21:30:03 UTC
State Changed From-To: open->analyzed Patch committed to -current, will MFC after the freeze. After long discussion it was decided that rmuser should be able to delete any user currently in the password database. Using getpwnam() allows us to determine whether the user is present, and get their data faster. Responsible Changed From-To: freebsd-bugs->dougb I'm taking responsibility for this PR State Changed From-To: analyzed->closed A fix for this problem has been committed to -current and -stable. Thanks. :) |