From 333d8e85886fade5b6efa2a29c3482c9069c3c89 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 12 Apr 2010 15:52:41 +0000 Subject: [PATCH] Updated password method handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17595 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 c246525e0..7f2e9a27e 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -608,7 +608,7 @@ class user extends plugin $is_configurable= FALSE; $hashes = $temp['name']; if(isset($temp[$this->pw_storage])){ - $test= new $temp[$this->pw_storage]($this->config); + $test= new $temp[$this->pw_storage]($this->config, $this->dn); $is_configurable= $test->is_configurable(); }else{ new msg_dialog(_("Password method"),_("The selected password method is no longer available."),WARNING_DIALOG); -- 2.30.2