From 1bd5acfa3f57c58210fe1a8cc8e536ecdc6d53fb Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 28 Jan 2012 19:05:05 +0000 Subject: [PATCH] * debian/login.defs: Set the default encryption method to SHA512. Closes: #657717 --- debian/changelog | 2 ++ debian/login.defs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e7882c41..f34cc951 100644 --- a/debian/changelog +++ b/debian/changelog @@ -99,6 +99,8 @@ shadow (1:4.1.5-1) unstable; urgency=low * debian/control: depends on dpkg-dev (>= 1.16.1~) for including /usr/share/dpkg/buildflags.mk * debian/control: Standards-Version: bumped to 3.9.2. No changes. + * debian/login.defs: Set the default encryption method to SHA512. + Closes: #657717 [ Christian Perrier ] * Use "linux-any" instead of a negated list of architectures in diff --git a/debian/login.defs b/debian/login.defs index 7b70c90e..968c6578 100644 --- a/debian/login.defs +++ b/debian/login.defs @@ -270,7 +270,7 @@ USERGROUPS_ENAB yes # Note: It is recommended to use a value consistent with # the PAM modules configuration. # -#ENCRYPT_METHOD DES +ENCRYPT_METHOD SHA512 # # Only used if ENCRYPT_METHOD is set to SHA256 or SHA512.