diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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' => '', |