Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jul 2012 12:00:47 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r238484 - in stable/9: etc lib/libutil
Message-ID:  <201207151200.q6FC0lxY046383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Sun Jul 15 12:00:47 2012
New Revision: 238484
URL: http://svn.freebsd.org/changeset/base/238484

Log:
  MFH r237269: switch default password hash to sha512.
  
  Approved by:    re

Modified:
  stable/9/etc/login.conf
  stable/9/lib/libutil/login.conf.5
Directory Properties:
  stable/9/etc/   (props changed)
  stable/9/lib/libutil/   (props changed)

Modified: stable/9/etc/login.conf
==============================================================================
--- stable/9/etc/login.conf	Sun Jul 15 11:52:24 2012	(r238483)
+++ stable/9/etc/login.conf	Sun Jul 15 12:00:47 2012	(r238484)
@@ -23,7 +23,7 @@
 # AND SEMANTICS'' section of getcap(3) for more escape sequences).
 
 default:\
-	:passwd_format=md5:\
+	:passwd_format=sha512:\
 	:copyright=/etc/COPYRIGHT:\
 	:welcome=/etc/motd:\
 	:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\

Modified: stable/9/lib/libutil/login.conf.5
==============================================================================
--- stable/9/lib/libutil/login.conf.5	Sun Jul 15 11:52:24 2012	(r238483)
+++ stable/9/lib/libutil/login.conf.5	Sun Jul 15 12:00:47 2012	(r238484)
@@ -267,7 +267,7 @@ The backoff delay is the number of tries
 multiplied by 5 seconds.
 .It "login-retries	number	10	The number of login attempts
 allowed before the login fails.
-.It "passwd_format	string	md5	The encryption format that new or
+.It "passwd_format	string	sha512	The encryption format that new or"
 changed passwords will use.
 Valid values include "des", "md5", "blf", "sha256" and "sha512"; see
 .Xr crypt 3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207151200.q6FC0lxY046383>