summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c6b9cf)
raw | patch | inline | side by side (parent: 5c6b9cf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jun 2006 05:40:06 +0000 (05:40 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/include/class_ldap.inc b/include/class_ldap.inc
index 8b4130bad1727303d106075bf156ff51436454ff..5649ea53268167949b310fc3f22dcf76a74bda23 100644 (file)
--- a/include/class_ldap.inc
+++ b/include/class_ldap.inc
$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);
}