Date: Thu, 27 Mar 2008 08:40:03 GMT From: Jaakko Heinonen <jh@saunalahti.fi> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/118488: [patch] pw(8) usershow doesn't print password hashes when run as root Message-ID: <200803270840.m2R8e3Cj036630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/118488; it has been noted by GNATS. From: Jaakko Heinonen <jh@saunalahti.fi> To: bug-followup@FreeBSD.org, kazulakm@iem.pw.edu.pl Cc: Subject: Re: bin/118488: [patch] pw(8) usershow doesn't print password hashes when run as root Date: Thu, 27 Mar 2008 10:31:06 +0200 Why do you think this is a bug? From pw(8) manual page: The usershow command allows viewing of an account in one of two formats. By default, the format is identical to the format used in /etc/master.passwd with the password field replaced with a `*'. If the -P option is used, then pw outputs the account details in a more human readable form. If the -7 option is used, the account details are shown in v7 format. The -a option lists all users currently on file. Using -F forces pw to print the details of an account even if it does not exist. Maybe you intended to file this as a change-request? If so, you need to patch the manual page too. -- Jaakko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803270840.m2R8e3Cj036630>