Switch the default password hash from md5 to sha512.

MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2012-06-19 14:46:18 +00:00
parent 2f1b1e91a3
commit b4f560356a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237269
2 changed files with 2 additions and 2 deletions

View File

@ -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:\

View File

@ -267,7 +267,7 @@ The backoff delay is the number of tries above
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