From owner-freebsd-stable Thu Dec 7 20:35:31 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 7 20:35:30 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by hub.freebsd.org (Postfix) with ESMTP id 4EB0337B400 for ; Thu, 7 Dec 2000 20:35:30 -0800 (PST) Received: (from kris@localhost) by citusc.usc.edu (8.9.3/8.9.3) id UAA28654; Thu, 7 Dec 2000 20:36:42 -0800 Date: Thu, 7 Dec 2000 20:36:42 -0800 From: kris@citusc.usc.edu To: Dmitry Karasik Cc: freebsd-stable@FreeBSD.ORG Subject: Re: crypt() default behavior Message-ID: <20001207203642.B28596@citusc.usc.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from dk@plab.ku.dk on Thu, Dec 07, 2000 at 12:18:42PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 07, 2000 at 12:18:42PM +0100, Dmitry Karasik wrote: > > Hi! > > I just bumped into problem that passwords encoded on 4.2-stable > do not work on 3.2-stable. AFAIU, the problem is that crypt() > default behaviour is not to use MD5 anymore, and passwords that The default behaviour should be MD5. You can control which format your passwords are using the passwd_format login capability (see login.conf(5)) Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message