From: hickert Date: Thu, 3 May 2007 09:23:38 +0000 (+0000) Subject: Admin has permanent acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=18d4192818ba70d1b6e6e5ab2a7df08a279d27a8;p=gosa.git Admin has permanent acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6246 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 5469bd522..0e01b82d0 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -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 ++){