From: hickert Date: Tue, 20 Apr 2010 06:38:48 +0000 (+0000) Subject: Updated Password Method initialization X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eec2ac1029667124369bc3309ddcfd2b9d0a1c50;p=gosa.git Updated Password Method initialization git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17720 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index fe5b25ac9..55c9e354b 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -781,7 +781,7 @@ class user extends plugin } /* If needed, let the password method do some cleanup */ - $tmp = new passwordMethod($this->config); + $tmp = new passwordMethod($this->config, $this->dn); $available = $tmp->get_available_methods(); if (in_array_ics($this->pw_storage, $available['name'])){ $test= new $available[$this->pw_storage]($this->config);