From owner-freebsd-stable Fri Dec 8 3:28: 1 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 8 03:27:59 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mail.nxe.de (mail.nxe.de [212.42.225.6]) by hub.freebsd.org (Postfix) with ESMTP id 0BBB537B400 for ; Fri, 8 Dec 2000 03:27:58 -0800 (PST) Received: by mail.nxe.de (8.11.1/nora-20001113) for freebsd-stable@freebsd.org (envelope-from nora) id eB8BRlJ29819; Fri, 8 Dec 2000 12:27:47 +0100 (CET) Apparently-To: freebsd-stable@freebsd.org Date: Fri, 8 Dec 2000 12:27:47 +0100 From: Nora Etukudo To: freebsd-stable@freebsd.org Subject: Re: crypt() default behavior Message-ID: <20001208122747.A29665@mail.nxe.de> References: <3A2F9680.A16C609D@triplan.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: <3A2F9680.A16C609D@triplan.com>; from Karl.Dietz@triplan.com on Thu, Dec 07, 2000 at 02:54:08PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 02:54:08PM +0100, Karl Dietz wrote: > 4.2 is post RSA_PATENT_EXPIRED, US_CRYPTO_EXPORT_CHANGE > => DES enable by default for almost everyone > => I don't know the default, but DES and MD5 are possible I'm non USA resident too and I had allways the need to support both DES and MD5 encrypted passwords. Since several years I have the following a.o. in my post installation script: .... echo "Linke die MD5-Crypto Bibliotheken ...." ( cd /usr/lib rm -f libcrypt.a; ln -s libscrypt.a libcrypt.a rm -f libcrypt.so; ln -s libscrypt.so libcrypt.so rm -f libcrypt.so.2; ln -s libscrypt.so.2 libcrypt.so.2 rm -f libcrypt_p.a; ln -s libscrypt_p.a libcrypt_p.a ) .... This worked for me in all versions up to and including 4.2-20001126-STABLE. Liebe Grüße, Nora. -- nora@sappho-net.de http://www.sappho-net.de/ Lesbian Computer Networks, Finland http://www.sappho.net/ Web for Women (von Frauen, für Frauen) http://www.w4w.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message