From aaf9bfad6d858bbede1251ad59636cb370cee26f Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 14 May 2010 07:03:18 +0000 Subject: [PATCH] added migration classes for RDN properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18423 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_componentGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/systems/admin/systems/class_componentGeneric.inc b/gosa-plugins/systems/admin/systems/class_componentGeneric.inc index 869d7fe04..db2390abd 100644 --- a/gosa-plugins/systems/admin/systems/class_componentGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_componentGeneric.inc @@ -305,7 +305,7 @@ class componentGeneric extends plugin "default" => "ou=netdevices,ou=systems,", "description" => "The 'componentRDN' statement defines the location where new components will be created. The default is 'ou=netdevices,ou=systems,'.", "check" => "gosaProperty::isRdn", - "migrate" => "", + "migrate" => "migrate_componentRDN", "group" => "plugin", "mandatory" => FALSE ) -- 2.30.2