From cb040f6358db023a7920432b725f8cbc965fdc1d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Apr 2013 07:21:31 +0000 Subject: make password hash to use blowfish instead of MD5 (as done by drakx since 2008...) --- config/auto_inst.cfg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index c518c18..8224b7d 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -276,7 +276,7 @@ $o = { 'authentication' => { 'shadow' => 1, 'local' => 1, - 'md5' => 1 + 'blowfish' => 1 }, 'superuser' => { 'pw' => '', -- cgit v1.2.1