summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bda15ae)
raw | patch | inline | side by side (parent: bda15ae)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Jun 2009 05:39:41 +0000 (05:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Jun 2009 05:39:41 +0000 (05:39 +0000) |
- We were able to see the object listed in the ogroup administration plugin, but we were not able to edit any attribute. ACLs directly on object.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13687 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13687 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/ogroups/tabs_ogroups.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc b/gosa-core/plugins/admin/ogroups/tabs_ogroups.inc
index 0ea570e81608d78216e78fe2241602e5355877a6..6a4b79f7f9efeb5ade25708d4ab6bde4da89d896 100644 (file)
}
/* Reset acls */
- $this->set_acl_base($this->base);
+ $this->set_acl_base($this->dn);
foreach($this->by_object as $name => $obj){
$this->by_object[$name]->set_acl_category($this->acl_category);
}