diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-15 23:35:21 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-15 23:35:21 +0100 |
commit | a7001ff30a8d71c50d61b91dda9b2b01f063f64b (patch) | |
tree | a20539e8783c6e977b6989b544507321cdf3b631 | |
parent | 929d299cdd11aca61f9b6ddddc843f99c29e3a44 (diff) | |
download | nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.tar.gz nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.tar.bz2 nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.tar.xz nutyx-extra-a7001ff30a8d71c50d61b91dda9b2b01f063f64b.zip |
shadow, methode sha512
-rwxr-xr-x | base/shadow/Pkgfile | 4 |
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 |