From a868760d65addac873474e278440d0431e38ff46 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 2 Jun 2010 07:49:20 +0000 Subject: [PATCH] Updated plugin::move -include dyngroup migration git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18827 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_plugin.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 2b391e3b4..6cd709691 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -915,6 +915,11 @@ class plugin trigger_error(sprintf("Failed to update manager for %s: %s", bold($entry['dn']), $ldap->get_error())); } } + + // Migrate 'dyn-groups' here. labeledURIObject + if(class_available('DynamicLdapGroup')) { + DynamicLdapGroup::moveDynGroup($this->config,$src_dn,$dst_dn); + } /* Check if there are gosa departments moved. If there were deps moved, the force reload of config->deps. -- 2.30.2