* debian/login.defs: Set the default encryption method to SHA512.

Closes: #657717
This commit is contained in:
nekral-guest
2012-01-28 19:05:05 +00:00
parent a10d121ff7
commit 1bd5acfa3f
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

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

2
debian/login.defs vendored
View File

@@ -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.