From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 15:00:56 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 1337C16A424 for ; Fri, 21 Oct 2005 15:00:56 +0000 (GMT) (envelope-from norgaard@math.ku.dk) Received: from imf.math.ku.dk (fw.math.ku.dk [130.225.103.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6038243D48 for ; Fri, 21 Oct 2005 15:00:55 +0000 (GMT) (envelope-from norgaard@math.ku.dk) Received: from imf.math.ku.dk (localhost [127.0.0.1]) by imf.math.ku.dk (Postfix) with ESMTP id 997731B2A5; Fri, 21 Oct 2005 17:00:46 +0200 (CEST) Received: from shannon.math.ku.dk (shannon.math.ku.dk [130.225.103.12]) by imf.math.ku.dk (Postfix) with ESMTP; Fri, 21 Oct 2005 17:00:46 +0200 (CEST) Date: Fri, 21 Oct 2005 17:00:46 +0200 (CEST) From: Erik Norgaard To: Olaf Greve In-Reply-To: <4359011C.1000701@axis.nl> Message-ID: References: <435767E5.7020002@axis.nl> <43578CD9.9020309@axis.nl> <43579BE4.90305@axis.nl> <4358F01A.6000703@axis.nl> <4359011C.1000701@axis.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: dpk@dpk.net, freebsd-questions Subject: Re: Weird SSH problem... - Solved! :) 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, 21 Oct 2005 15:00:56 -0000 On Fri, 21 Oct 2005, Olaf Greve wrote: >> # cd /etc >> # pwd_mkdb master.passwd >> # pwd_mkdb -p master.passwd > > I made copies of /etc/passwd and /etc/master.passwd, then I ran the two > commands above and now it all seems to work fine!!! > The abcdef user is now properly identified again. :) Great! Now, just for your information, /etc/passwd is generated from /etc/master.passwd by the last command so you didn't need to copy it. Anyway, great you can relax now :-) Cheers, Erik