X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_ldap.inc;h=5649ea53268167949b310fc3f22dcf76a74bda23;hb=b4d64161d920fb20e0337ab76793ec973e52d297;hp=8b4130bad1727303d106075bf156ff51436454ff;hpb=c028d693800966bc8cf0f104114ad7f3bb62b683;p=gosa.git diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 8b4130bad..5649ea532 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -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); }