summaryrefslogtreecommitdiffstats
path: root/base/shadow
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-15 23:35:21 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-15 23:35:21 +0100
commita7001ff30a8d71c50d61b91dda9b2b01f063f64b (patch)
treea20539e8783c6e977b6989b544507321cdf3b631 /base/shadow
parent929d299cdd11aca61f9b6ddddc843f99c29e3a44 (diff)
downloadnutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.tar.gz
nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.tar.bz2
nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.tar.xz
nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.zip
shadow, methode sha512
Diffstat (limited to 'base/shadow')
-rwxr-xr-xbase/shadow/Pkgfile4
1 files changed, 2 insertions, 2 deletions
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