From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 22:29:20 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 83DE516A41F for ; Fri, 16 Sep 2005 22:29:20 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3193043D46 for ; Fri, 16 Sep 2005 22:29:20 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8GMTFGf001200; Fri, 16 Sep 2005 17:29:15 -0500 (CDT) (envelope-from dan) Date: Fri, 16 Sep 2005 17:29:15 -0500 From: Dan Nelson To: Paul Hoffman Message-ID: <20050916222912.GA97440@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org 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:29:20 -0000 In the last episode (Sep 16), Paul Hoffman said: > In 5.4 (and probably lots of other versions), the master.passwd file > is pre-seeded with lots of accounts such as daemon, operator, and so > on. The master.passwd file looks like: > > daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin > operator:*:2:5::0:0:System &:/:/usr/sbin/nologin > . . . > > The man page for master.passwd and passwd say what an "*" in the > second field means in passwd, but not in master.passwd. Any clues > would be appreciated (and I will put in a documentation pr when I > have an answer). It's an invalid password hash, so the user can't log in. Anything that doesn't match DES or md5 password hash output would do. -- Dan Nelson dnelson@allantgroup.com