From c37b040e3346c647d590f65c174b44c0327af8d0 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 2 Dec 2008 13:47:16 +0000 Subject: [PATCH] fixed Password hash detection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13116 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/generic/class_user.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index a7d3e4a19..e23798d50 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -179,7 +179,7 @@ class user extends plugin } /* Make hash default to md5 if not set in config */ - $hash= $this->config->get_cfg_value("hash", "crypt/md5"); + $hash= $this->config->get_cfg_value("passwordDefaultHash", "crypt/md5"); /* Load data from LDAP? */ if ($dn !== NULL){ -- 2.30.2