summaryrefslogtreecommitdiff
path: root/debian/local
diff options
context:
space:
mode:
authorKees Cook <kees@debian.org>2009-08-31 12:37:05 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:25:58 -0800
commitb6c2b5e86da6c0ecde726233e3ad95dc335ad17c (patch)
tree12793dc9daad887ca1f4f28ae21487ded36c3632 /debian/local
parent258a6d29231439257f74eec523124ab0b0841f55 (diff)
debian/local/common-password, debian/pam-configs/unix: switch from "md5"
to "sha512" as password crypt default.
Diffstat (limited to 'debian/local')
-rw-r--r--debian/local/common-password4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/common-password b/debian/local/common-password
index dab20333..963f1eb4 100644
--- a/debian/local/common-password
+++ b/debian/local/common-password
@@ -7,8 +7,8 @@
# Explanation of pam_unix options:
#
-# The "md5" option enables MD5 passwords. Without this option, the
-# default is Unix crypt.
+# The "sha512" option enables salted SHA512 passwords. Without this option,
+# the default is Unix crypt. Prior releases used the option "md5".
#
# The "obscure" option replaces the old `OBSCURE_CHECKS_ENAB' option in
# login.defs.