summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a5dd6f)
raw | patch | inline | side by side (parent: 8a5dd6f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Mar 2010 08:48:50 +0000 (08:48 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc
index eee96634b8a0a00639d281b519b2c7445f3e615b..cc2ac4acde48cd26c846a3f2ed10ede68cc0dae9 100644 (file)
/* Try to create dummy object
*/
$ldap->cd ($dn);
- $ldap->create_missing_trees($dn);
$res = $ldap->add($testEntry);
$ldap->cat($dn);
if(!$ldap->count()){