summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7db62e3)
raw | patch | inline | side by side (parent: 7db62e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Nov 2006 04:11:18 +0000 (04:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Nov 2006 04:11:18 +0000 (04:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5113 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupAcl.inc | patch | blob | history |
index 233e59b69a592b3c6c85568802711801f938cf81..363ef2eac585a994ec0ff8b868695c24954393e5 100644 (file)
var $attributes= array("gosaSubtreeACL");
var $objectclasses= array("gosaObject");
+ var $CopyPasteVars = array("current_acl");
+
function acl ($config, $dn= NULL, $parent= NULL)
{
plugin::plugin($config, $dn, $parent);