From owner-freebsd-questions Tue Feb 27 6:54:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 663F037B719 for ; Tue, 27 Feb 2001 06:54:15 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1REsEs83891; Tue, 27 Feb 2001 09:54:14 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: adduser References: From: Lowell Gilbert Date: 27 Feb 2001 09:54:14 -0500 In-Reply-To: sudz@ns3g.com's message of "26 Feb 2001 14:27:23 +0100" Message-ID: <44bsroch2h.fsf@lowellg.ne.mediaone.net> Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sudz@ns3g.com (Colin Legendre) writes: > I am running freebsd4.2 release with a few patches(ipfw, inetd, procfs). I > have noticed that using adduser the password that is put in the > master.passwd is DES crypted. But if you use passwd to change it, it > becomes MD5 crypted. Is there anyway to make adduser crypt to MD5 as well? Hmm. adduser(8) seems to use the perl crypt function directly. You'd probably need a perl hacker to answer that one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message