Code

Updated error msg for ldap_import
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jun 2006 05:40:06 +0000 (05:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jun 2006 05:40:06 +0000 (05:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4003 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index 8b4130bad1727303d106075bf156ff51436454ff..5649ea53268167949b310fc3f22dcf76a74bda23 100644 (file)
@@ -1149,7 +1149,7 @@ class LDAP{
         $ret = $this->modify($data);
       }
     }
-    show_ldap_error($this->get_error(),_("Ldap import failed"));
+    show_ldap_error($this->get_error(), sprintf(_("Ldap import with dn '%s' failed."),$dn));
     return($ret);
   }