Mageia Bugzilla – Attachment 8984 Details for
Bug 20342
Use SHA-512 instead of blowfish as the default password encryption for the root and user accounts on install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix default password encryption, v1
drakx_password_encryption.diff (text/plain), 1.42 KB, created by
Frédéric "LpSolit" Buclin
on 2017-02-24 02:31:19 CET
(
hide
)
Description:
fix default password encryption, v1
Filename:
MIME Type:
Creator:
Frédéric "LpSolit" Buclin
Created:
2017-02-24 02:31:19 CET
Size:
1.42 KB
patch
obsolete
>From 2c3a694e09ac3d1efc91632a6972dd956c912c64 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= <LpSolit@gmail.com> >Date: Fri, 24 Feb 2017 02:28:29 +0100 >Subject: [PATCH] Use SHA-512 instead of blowfish as the default password > encryption (mga#20342) > >--- > perl-install/install/NEWS | 1 + > perl-install/install/install2.pm | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS >index cffebf3..7d3da5f 100644 >--- a/perl-install/install/NEWS >+++ b/perl-install/install/NEWS >@@ -1,5 +1,6 @@ > - Add 60-block.rules in the installer (mga#20074) > - sync nonfree firmware list with kernel-4.9 >+- use SHA-512 instead of blowfish as the default password encryption (mga#20342) > > Version 17.71 - 18 January 2017 > >diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm >index 05fd0b3..16f75dc 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 => [], >-- >2.7.4 >
From 2c3a694e09ac3d1efc91632a6972dd956c912c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= <LpSolit@gmail.com> Date: Fri, 24 Feb 2017 02:28:29 +0100 Subject: [PATCH] Use SHA-512 instead of blowfish as the default password encryption (mga#20342) --- perl-install/install/NEWS | 1 + perl-install/install/install2.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index cffebf3..7d3da5f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - Add 60-block.rules in the installer (mga#20074) - sync nonfree firmware list with kernel-4.9 +- use SHA-512 instead of blowfish as the default password encryption (mga#20342) Version 17.71 - 18 January 2017 diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 05fd0b3..16f75dc 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 => [], -- 2.7.4
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20342
: 8984