svn commit: r238484 - in stable/9: etc lib/libutil

Dag-Erling Smorgrav des at FreeBSD.org
Sun Jul 15 12:00:48 UTC 2012


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


More information about the svn-src-all mailing list