From owner-freebsd-current Sat Feb 24 23:24:21 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA17665 for current-outgoing; Sat, 24 Feb 1996 23:24:21 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA17660 for ; Sat, 24 Feb 1996 23:24:18 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id AAA26800; Sun, 25 Feb 1996 00:27:06 -0700 Date: Sun, 25 Feb 1996 00:27:06 -0700 From: Nate Williams Message-Id: <199602250727.AAA26800@rocky.sri.MT.net> To: current@FreeBSD.org Subject: New Dual-personality crypt Sender: owner-current@FreeBSD.org Precedence: bulk How can I force my passwords to be the old DES crypt function on a box that previously used MD5 crypt? There are only two accounts on it (mine and root), but I'd like it to use DES like all of the other machines in the group. Even after I've re-run passwd after installing the new libraries and binaries, it's still generating MD5 passwords instead of DES passwords. How do I force it to generate old-style DES passwords in spite of what the old passwords were, short of removing the password completely and then re-generating passwords? Shouldn't the new routine 'generate' passwords using the default routines, but read passwords from both? Nate