Bug 468 - passwd changes wrong password
Summary: passwd changes wrong password
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-06-01 12:00 UTC by Frank Bartels
Modified: 1995-06-01 12:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Bartels 1995-06-01 12:00:01 UTC
passwd changes the wrong password after su.

How-To-Repeat: 
[su to root]

sogand:/root# passwd
Changing local password for knarf.
                            ^^^^^
Comment 1 jkh freebsd_committer freebsd_triage 1995-06-01 22:50:17 UTC
State Changed
From-To: open->closed

This is not a bug.  su changes only the effective uid, and if you 
wish to change the password for someone else then this isn't the way to do it. 
Do a `passwd root' or login to root properly.