From owner-freebsd-questions Mon Jul 7 14:21:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA09190 for questions-outgoing; Mon, 7 Jul 1997 14:21:05 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA09165 for ; Mon, 7 Jul 1997 14:20:55 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id XAA20164; Mon, 7 Jul 1997 23:20:28 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199707072120.XAA20164@helbig.informatik.ba-stuttgart.de> Subject: Re: encrypted password In-Reply-To: from Mail Lists at "Jul 7, 97 01:20:08 pm" To: maillist@home.comhelp.com (Mail Lists) Date: Mon, 7 Jul 1997 23:20:25 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi...I'm new to BSD and I see that when you run vipw it shows the > encrypted passwords, but just a star when using vi....what file holds the > encrypted passwords? I don't see /etc/shadow...thanks...Adam Because its not there :-) The passwords are stored in /etc/master.passwd. You can find more about it by consulting the man pages for vipw and pwd_mkdb and some others mentioned in the ``See also'' section of these manual pages. Wolfgang