From owner-freebsd-questions Thu Jul 26 2:39: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 5074337B406 for ; Thu, 26 Jul 2001 02:39:00 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id LAA12047; Thu, 26 Jul 2001 11:46:38 +0200 Message-ID: <3B5FE5AA.8C6CB4FD@i-clue.de> Date: Thu, 26 Jul 2001 11:40:58 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.78 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "David S. Geirsson" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Password database. References: <20010726091913.B2176@world.peace.is> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David S. Geirsson" wrote: > > Hi. > > I originally installed my machine using FreeBSD 4.2-RELEASE, later CVSupped to > 4.3-STABLE. Now, I just found out that I can log in using just the first 8 > characters of my [32-character] password. Seeing as thought this does not happen > with a friend's machine (which is also 4.3-STABLE), I would guess this is > something that changed between 4.2-RELEASE and 4.3-RELEASE (as this is what he > CVSupped from). Now, what I was wondering, how do I rebuild my password file to > use the new system? Enter a different new password. BTW: DES will always use only the first eight characters off any password. To use more characters, you have to use MD5 encrypted passwords. Anyhow, DES encrypted passwords are standard on all unix systems, thus passwd files with DES encryption tend do be portable. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message