summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a450ec2)
raw | patch | inline | side by side (parent: a450ec2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 20 Oct 2008 09:50:49 +0000 (09:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 20 Oct 2008 09:50:49 +0000 (09:50 +0000) |
-ACLs have always the acl_category="acl/";
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12739 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12739 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_acl.inc | patch | blob | history |
index 9e1279498b2488eea336aed5a9c83db965967ea8..fb58fffcc0618729aa84a301343bdcd56a155357 100644 (file)
var $ocMapping= array();
var $savedAclContents= array();
var $myAclObjects = array();
+ var $acl_category = "acl/";
function acl (&$config, $parent, $dn= NULL)
{