From: hickert Date: Mon, 15 Mar 2010 08:48:50 +0000 (+0000) Subject: Updated migration step in gosa-setup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5eef64756c4f369a81c7b529d5ca470e118f9bd9;p=gosa.git Updated migration step in gosa-setup -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 --- diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc index eee96634b..cc2ac4acd 100644 --- a/gosa-core/setup/class_setupStep_Migrate.inc +++ b/gosa-core/setup/class_setupStep_Migrate.inc @@ -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()){