From owner-freebsd-current Wed Jul 10 05:46:45 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA09572 for current-outgoing; Wed, 10 Jul 1996 05:46:45 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA09563 for ; Wed, 10 Jul 1996 05:46:34 -0700 (PDT) Received: from campa.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id OAA23922; Wed, 10 Jul 1996 14:33:34 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id NAA02795; Wed, 10 Jul 1996 13:58:53 +0200 Date: Wed, 10 Jul 1996 13:58:53 +0200 From: Wolfram Schneider Message-Id: <199607101158.NAA02795@campa.panke.de> To: Ernie Elu Cc: freebsd-current@freebsd.org Subject: DES and current In-Reply-To: <199607100157.LAA09159@spooky.eis.net.au> References: <199607100157.LAA09159@spooky.eis.net.au> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ernie Elu writes: >The upgrade was done by suping the -current from ftp.au.freebsd.org then >rebuilding make and doing a make world. That all went fine except now when >you try and do an adduser you get > >Invalid /etc/master.passwd - cannot add any users! Adduser did at startup a simple check if your /etc/master.passwd is valid. Adduser recreate the password database with `pwd_mkdb -p /etc/master.passwd'. If that does not work adduser stoped. >The 3 crypt libraries are still pointing to the DES versions that seemed to >get recompiled during the make world.