summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f1e6a3)
raw | patch | inline | side by side (parent: 8f1e6a3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Dec 2007 09:55:52 +0000 (09:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Dec 2007 09:55:52 +0000 (09:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8068 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/generic/class_user.inc | patch | blob | history |
index fcbb57d114d00e5b456e981709cd2d3e10ae91d9..16198fe7b33b891b5b334bfd7c82b63098a11fd3 100644 (file)
}
$ldap->cd ($this->dn);
- print_a(array("asdf"=>$this->attrs));
$ldap->$mode ($this->attrs);
if (show_ldap_error($ldap->get_error(), sprintf(_("Saving of user/generic account with dn '%s' failed."),$this->dn))){
return (1);