summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b38321)
raw | patch | inline | side by side (parent: 5b38321)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Nov 2010 14:38:33 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Nov 2010 14:38:33 +0000 (14:38 +0000) |
-
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20374 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20374 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc b/gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc
index 2b68577dbf23f725532651cf70852ba143260d3b..b1b43a2336b00bca51a88f6a318e852388ec3f90 100644 (file)
$ldap->add($this->attrs);
/* Send signal to the world that we've done */
- $this->handle_post_events("create");
+ $this->handle_post_events("add");
}else{
$ldap->cd($this->dn);
$ldap->modify($this->attrs);;