From owner-freebsd-stable Sun Aug 27 16:38: 0 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 4CA2537B423 for ; Sun, 27 Aug 2000 16:37:58 -0700 (PDT) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA11045; Sun, 27 Aug 2000 18:37:44 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <005801c0107f$ccf3e1c0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Andrey Lakhno" Cc: References: Subject: Re: How to enable MD5 passwd encryption ? Date: Sun, 27 Aug 2000 18:37:44 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Trond Endrestøl" > > How can I set default encryption to MD5 for passwords in master.passwd ? > > Now all users I created have DES encrypted passwords. > > Change the libcrypt* symlinks in /usr/lib to their libscrypt* > counterparts and reassign the passwords. > > You may need to enter single user mode and the return to multi user > mode to make sure that the authentication subsystem uses the correct > password scheme. > No need to enter single user mode after changing those links. But make sure you reset root's password as well as any user in the wheel group. As this disables all DES passwords. Otherwise, you will be unable to log into the system when running multi user. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message