Code

Admin has permanent acls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 May 2007 09:23:38 +0000 (09:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 May 2007 09:23:38 +0000 (09:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6246 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Migrate.inc

index 5469bd52222d8c80fdebac76baa16acdd98ff081..0e01b82d09bba48336ed4d1cf3fa8cb146182367 100644 (file)
@@ -797,7 +797,7 @@ class Step_Migrate extends setup_step
       }
     }
 
-    $acl = "0:sub:".base64_encode($dn).":all;cmdrw";    
+    $acl = "0:psub:".base64_encode($dn).":all;cmdrw";    
     $attrs_new['gosaAclEntry'][] = $acl;
     if(isset($attrs['gosaAclEntry'])){
       for($i = 0 ; $i < $attrs['gosaAclEntry']['count']; $i ++){