From owner-freebsd-questions Fri Oct 10 07:43:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA16695 for questions-outgoing; Fri, 10 Oct 1997 07:43:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA16688 for ; Fri, 10 Oct 1997 07:43:02 -0700 (PDT) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id KAA02260 for ; Fri, 10 Oct 1997 10:43:01 -0400 (EDT) Date: Fri, 10 Oct 1997 10:43:00 -0400 (EDT) From: Cliff Addy To: questions@freebsd.org Subject: "upgrading" from md5 to des Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just installed a new server by doing a minimal installation and then recovering from tar tape of a fully configured system. However, the new system is using md5 hashes as passwords and I need it to use DES. I *thought* all I had to do was change the links in /usr/lib to point to the des libs: libcrypt.a@ -> libdescrypt.a libcrypt.so.2.0@ -> libdescrypt.so.2.0 libcrypt_p.a@ -> libdescrypt_p.a But this hasn't fixed the problem, if I change a password, it's *still* an md5 hash. What else do I need to do, recompile some other statically linked components?