Code

Fixed generic/connectivity kolabAccount
[gosa.git] / plugins / personal / connectivity / class_pureftpdAccount.inc
index aa55f5d26e70cc976f09b44819ed10beb246eeb6..1b189109b701482e074b92755341b53a96a730e6 100644 (file)
@@ -93,7 +93,7 @@ class pureftpdAccount extends plugin
     $this->cleanup();
     $ldap->modify ($this->attrs); 
 
-    show_ldap_error($ldap->get_error(), _("Removing pureftpd account failed"));
+    show_ldap_error($ldap->get_error(), sprintf(_("Removing of user/pureftpd account with dn '%s' failed."),$this->dn));
 
     /* Optionally execute a command after we're done */
     $this->handle_post_events('remove');
@@ -172,7 +172,7 @@ class pureftpdAccount extends plugin
     $this->cleanup();
     $ldap->modify ($this->attrs); 
 
-    show_ldap_error($ldap->get_error(), _("Saving pureftpd account failed"));
+    show_ldap_error($ldap->get_error(), sprintf(_("Saving of user/pureftpd account with dn '%s' failed."),$this->dn));
 
     /* Optionally execute a command after we're done */
     if ($this->initially_was_account == $this->is_account){