[Lunar-commits] <moonbase> shadow: Changed default passwd encryption type to sha512
Stefan Wold
ratler at lunar-linux.org
Wed Nov 24 18:37:12 CET 2010
commit 7a79925c6a6ae724bcddd7597d08148ab3b37a57
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed Nov 24 10:10:54 2010 +0100
shadow: Changed default passwd encryption type to sha512
---
security/shadow/BUILD | 2 ++
security/shadow/DETAILS | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/security/shadow/BUILD b/security/shadow/BUILD
index 7e38e1a..b499d49 100644
--- a/security/shadow/BUILD
+++ b/security/shadow/BUILD
@@ -61,6 +61,8 @@
set_login_opts $lopt
done
+ set_login_opts ENCRYPT_METHOD SHA512
+
[ -e /etc/login.defs ] || install -m 0644 etc/login.defs /etc/login.defs
fi &&
diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 45c4e0a..8fc45fd 100644
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -6,7 +6,7 @@
WEB_SITE=http://packages.qa.debian.org/s/shadow.html
MAINTAINER=ratler at lunar-linux.org
ENTERED=20010922
- UPDATED=20091101
+ UPDATED=20101124
SHORT="Contains the shadow password file utilities"
PSAFE=no
More information about the Lunar-commits
mailing list