From: hickert Date: Wed, 2 Jun 2010 07:49:20 +0000 (+0000) Subject: Updated plugin::move X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a868760d65addac873474e278440d0431e38ff46;p=gosa.git Updated plugin::move -include dyngroup migration git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18827 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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.