From: hickert Date: Tue, 13 Apr 2010 08:44:57 +0000 (+0000) Subject: Updated user plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f12d32fd2613fef1acf4b164cbeab965709b0109;p=gosa.git Updated user plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17602 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 7f2e9a27e..9c9a5a6ca 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -1173,7 +1173,7 @@ class user extends plugin /* If needed, let the password method do some cleanup */ if ($this->pw_storage != $this->last_pw_storage){ - $tmp = new passwordMethod($this->config); + $tmp = new passwordMethod($this->config, $this->dn); $available = $tmp->get_available_methods(); if (in_array_ics($this->last_pw_storage, $available['name'])){ $test= new $available[$this->last_pw_storage]($this->config,$this->dn);