From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 08:53:04 2004 Return-Path: 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 1CF5216A4CE for ; Fri, 12 Mar 2004 08:53:04 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEF043D53 for ; Fri, 12 Mar 2004 08:53:03 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004031216525901200r6c3he>; Fri, 12 Mar 2004 16:53:03 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 142FDE; Fri, 12 Mar 2004 11:52:59 -0500 (EST) Sender: lowell@be-well.ilk.org To: Seamus Abshere References: <4051D8D1.8010309@princeton.edu> <20040312153745.GA81537@greenfinch.com> <4051D9CE.5000504@princeton.edu> From: Lowell Gilbert Date: 12 Mar 2004 11:52:58 -0500 In-Reply-To: <4051D9CE.5000504@princeton.edu> Message-ID: <44ad2mror9.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: passwd hashes in master.passwd: disabled? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 16:53:04 -0000 Seamus Abshere writes: > > The accounts marked with '*' are disabled :-) > > but "root" has a * and I can still log in... As root? I don't think so, unless you edited the file by hand and forgot to rebuild the database. (pwd_mkdb(8)) > I thought it had something to do with "shadow" passwords or something. master.passwd *is* the shadow password file. Ordinary users don't have permissions to read it.