From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 08:40:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7890106567D for ; Thu, 27 Mar 2008 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B64298FC23 for ; Thu, 27 Mar 2008 08:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2R8e32L036631 for ; Thu, 27 Mar 2008 08:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2R8e3Cj036630; Thu, 27 Mar 2008 08:40:03 GMT (envelope-from gnats) Date: Thu, 27 Mar 2008 08:40:03 GMT Message-Id: <200803270840.m2R8e3Cj036630@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jaakko Heinonen Cc: Subject: Re: bin/118488: [patch] pw(8) usershow doesn't print password hashes when run as root X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaakko Heinonen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 08:40:03 -0000 The following reply was made to PR bin/118488; it has been noted by GNATS. From: Jaakko Heinonen 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