From 5eef64756c4f369a81c7b529d5ca470e118f9bd9 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Mar 2010 08:48:50 +0000 Subject: [PATCH] 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 --- gosa-core/setup/class_setupStep_Migrate.inc | 1 - 1 file changed, 1 deletion(-) 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()){ -- 2.30.2