From owner-freebsd-stable Tue Nov 21 4:39:31 2000 Delivered-To: freebsd-stable@freebsd.org Received: from nevermind.kiev.ua (unknown [212.109.53.33]) by hub.freebsd.org (Postfix) with ESMTP id EA50037B4D7 for ; Tue, 21 Nov 2000 04:39:24 -0800 (PST) Received: (from never@localhost) by nevermind.kiev.ua (8.11.1/8.9.3) id eALCd3N14731; Tue, 21 Nov 2000 14:39:03 +0200 (EET) (envelope-from never) Date: Tue, 21 Nov 2000 14:39:03 +0200 From: Nevermind To: Matt Heckaman Cc: Chris Byrnes , stable@FreeBSD.ORG Subject: Re: Hmm..passwords. Message-ID: <20001121143903.B14220@nevermind.kiev.ua> References: <20001121135541.A14220@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from matt@ARPA.MAIL.NET on Tue, Nov 21, 2000 at 07:09:57AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Matt Heckaman! On Tue, Nov 21, 2000 at 07:09:57AM -0500, you wrote: > FreeBSD has actually defaulted to MD5 passwords for quite a long time to > those of us not within the US. However, installing the US crypto has > always forced the usage of DES passwords by default. In order to switch > your machine back to DES passwords from MD5 passwords, this is what you > need to do: > > [ commands done one line at a time for clear reading ] > > # cd /usr/lib > > # rm libcrypt.a > # rm libcrypt.so > # rm libcrypt.so.2 > # rm libcrypt_p.a > # ln -s libdescrypt.a libcrypt.a > # ln -s libdescrypt.so libcrypt.so > # ln -s libdescrypt.so.2 libcrypt.so.2 > # ln -s libdescrypt_p.a libcrypt_p.a > > That's it. Should you desire to switch BACK to MD5 passwords, just take > those above steps and do a s/libdescrypt/libscrypt/g on it. > > Hope this if of help to you all. And if I wanna manage both -- DES & MD5? For example I have about 200 users on one machine and I have no physical ability to make them change their passwords. It seems to me it worked fine somewhere between 3.4 and 4.0. -- Alexandr P. Kovalenko http://nevermind.kiev.ua/ NEVE-RIPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message