From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 22:36:57 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3E616A41F for ; Fri, 16 Sep 2005 22:36:57 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from above.proper.com (above.proper.com [208.184.76.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D4443D45 for ; Fri, 16 Sep 2005 22:36:56 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from [10.20.30.249] (dsl2-63-249-92-231.cruzio.com [63.249.92.231]) (authenticated bits=0) by above.proper.com (8.12.11/8.12.9) with ESMTP id j8GMatWU002621; Fri, 16 Sep 2005 15:36:55 -0700 (PDT) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: In-Reply-To: <200509161529453.SM01508@chris> References: <200509161529453.SM01508@chris> Date: Fri, 16 Sep 2005 15:36:53 -0700 To: "Chris St Denis" , From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: RE: What does an * in master.passwd (not passwd) mean? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:36:57 -0000 At 3:27 PM -0700 9/16/05, Chris St Denis wrote: >It means an account that can not be logged in to. > >The in the hash algorithm used in master.password nothing encrypts to * so >no possible password will ever match the encrypted value * thus locking out >the account from login. Arrrgh. Whomever decided to use the same character for "password not shown in passwd" and "cannot ever log in in master.passwd" should be, well, punished somehow. Thanks, this makes perfect sense. I'll craft up a short explanation for the man page and send in a pr.