From: hickert Date: Thu, 3 May 2007 07:45:09 +0000 (+0000) Subject: Added o to container objects X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4184101c6fe5dabb97310572a30993c1a9122ee5;p=gosa.git Added o to container objects git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6242 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_acl.inc b/include/class_acl.inc index 70facd61d..a8fd374e1 100644 --- a/include/class_acl.inc +++ b/include/class_acl.inc @@ -50,7 +50,7 @@ class acl extends plugin $this->parent= $parent; /* Container? */ - if (preg_match('/^(ou|c|l|dc)=/i', $dn)){ + if (preg_match('/^(o|ou|c|l|dc)=/i', $dn)){ $this->isContainer= TRUE; }