From a7001ff30a8d71c50d61b91dda9b2b01f063f64b Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 15 Feb 2011 23:35:21 +0100 Subject: shadow, methode sha512 --- base/shadow/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/shadow/Pkgfile b/base/shadow/Pkgfile index 96308a999..072803926 100755 --- a/base/shadow/Pkgfile +++ b/base/shadow/Pkgfile @@ -17,8 +17,8 @@ sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; # Disable the installation of the non french manual pages -# Instead of using the default crypt method, use the more secure MD5 method of password encryption -sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD MD5@' \ +# Instead of using the default crypt method, use the more secure SHA512 method of password encryption +sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \ -e 's@/var/spool/mail@/var/mail@' etc/login.defs ./configure --sysconfdir=/etc -- cgit v1.2.3-54-g00ecf