summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-02-25 07:55:40 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-02-25 08:40:42 +0100
commit67d8f423c623740a1118b80d2c5e4489d432cc26 (patch)
tree800c7e7e8c9b8b4c96c33a51749b7acd9d27fb51 /perl-install/install/install2.pm
parent09851893f6e41edd046105ee1640590e9a60eb44 (diff)
downloaddrakx-67d8f423c623740a1118b80d2c5e4489d432cc26.tar
drakx-67d8f423c623740a1118b80d2c5e4489d432cc26.tar.gz
drakx-67d8f423c623740a1118b80d2c5e4489d432cc26.tar.bz2
drakx-67d8f423c623740a1118b80d2c5e4489d432cc26.tar.xz
drakx-67d8f423c623740a1118b80d2c5e4489d432cc26.zip
use SHA-512 instead of blowfish
as the default password encryption (mga#20342) thus completing commit c0529b4c5858300c0bd9c94fd35540e1f105dfd6
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 05fd0b3f1..16f75dc8c 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -62,7 +62,7 @@ $o = $::o = {
# bootloader => { linear => 0, message => 1, timeout => 5, restricted => 0 },
#- packages => [ qw() ],
partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0 }, #-, readonly => 0 },
- authentication => { blowfish => 1, shadow => 1 },
+ authentication => { sha512 => 1, shadow => 1 },
locale => { lang => 'en_US' },
#- isUpgrade => 0,
toRemove => [],