From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 12:17:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA00416A4CE for ; Wed, 12 Nov 2003 12:17:10 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-64-189.maa.sify.net [210.214.64.189]) by mx1.FreeBSD.org (Postfix) with SMTP id BDC3843F85 for ; Wed, 12 Nov 2003 12:17:06 -0800 (PST) (envelope-from fbsd@dhumketu.cjb.net) Received: (qmail 1628 invoked by uid 1000); 12 Nov 2003 20:03:38 -0000 Date: Thu, 13 Nov 2003 01:33:38 +0530 From: Shantanoo Mahajan To: Oles Hnatkevych Message-ID: <20031112200338.GA1398@dhumketu.homeunix.net> Mail-Followup-To: Oles Hnatkevych , freebsd-questions@freebsd.org References: <102687543915.20031112132335@alfabank.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <102687543915.20031112132335@alfabank.kiev.ua> User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.9-RC i386 cc: freebsd-questions@freebsd.org Subject: Re: md5/des ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 20:17:11 -0000 +++ Oles Hnatkevych [freebsd] [12-11-03 13:23 +0200]: | Hello! | | /usr/bin/passwd does my passwords MD5 encrypted (accordingly to /etc/login.conf) | But /usr/sbin/adduser creates users with DES encrypted passwords. | How do I make it use MD5 instead of DES? Seems like it's perls crypt() | problem, and the DES is the default... | | | ------------------------------ man login.conf | grep passwd_format -A 5 Regards, Shantanoo