Code

Updated migration step in gosa-setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Mar 2010 08:48:50 +0000 (08:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Mar 2010 08:48:50 +0000 (08:48 +0000)
-Updated Permission check to not use create_missing_trees before adding the check entry.
 The 'check entry' will be created directly in the LDAP-Root, so there is no need for this.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16512 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/class_setupStep_Migrate.inc

index eee96634b8a0a00639d281b519b2c7445f3e615b..cc2ac4acde48cd26c846a3f2ed10ede68cc0dae9 100644 (file)
@@ -574,7 +574,6 @@ class Step_Migrate extends setup_step
     /* Try to create dummy object 
      */ 
     $ldap->cd ($dn);
-    $ldap->create_missing_trees($dn);
     $res = $ldap->add($testEntry);
     $ldap->cat($dn);
     if(!$ldap->count()){