Code

Added o to container objects
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 May 2007 07:45:09 +0000 (07:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 May 2007 07:45:09 +0000 (07:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6242 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_acl.inc

index 70facd61d1b2f0a02a0df5445c941946f908189e..a8fd374e1f7abacb20e811909ad1b3014abfc88b 100644 (file)
@@ -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;
     }