From: hickert Date: Fri, 14 May 2010 07:03:18 +0000 (+0000) Subject: added migration classes for RDN properties X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=aaf9bfad6d858bbede1251ad59636cb370cee26f;p=gosa.git added migration classes for RDN properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18423 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 )