svn commit: r236751 - head/lib/libutil

Dag-Erling Smorgrav des at FreeBSD.org
Fri Jun 8 12:36:09 UTC 2012


Author: des
Date: Fri Jun  8 12:36:08 2012
New Revision: 236751
URL: http://svn.freebsd.org/changeset/base/236751

Log:
  Document that we also support sha256 and sha512.
  
  MFC after:	1 week

Modified:
  head/lib/libutil/login.conf.5

Modified: head/lib/libutil/login.conf.5
==============================================================================
--- head/lib/libutil/login.conf.5	Fri Jun  8 12:35:43 2012	(r236750)
+++ head/lib/libutil/login.conf.5	Fri Jun  8 12:36:08 2012	(r236751)
@@ -269,7 +269,9 @@ multiplied by 5 seconds.
 allowed before the login fails.
 .It "passwd_format	string	md5	The encryption format that new or"
 changed passwords will use.
-Valid values include "des", "md5" and "blf".
+Valid values include "des", "md5", "blf", "sha256" and "sha512"; see
+.Xr crypt 3
+for details.
 NIS clients using a
 .No non- Ns Fx
 NIS server should probably use "des".


More information about the svn-src-all mailing list