From: hickert Date: Fri, 14 May 2010 07:03:20 +0000 (+0000) Subject: added migration classes for RDN properties X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8932588a9232bf3302b0de45f2adfb5eea96df2b;p=gosa.git added migration classes for RDN properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18424 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index 10ef0acf6..b5bf64f3d 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -501,7 +501,7 @@ class servgeneric extends plugin "default" => "ou=servers,ou=systems,", "description" => "The 'serverRDN' statement defines the location where new servers will be created. The default is 'ou=servers,ou=systems,'.", "check" => "gosaProperty::isRdn", - "migrate" => "", + "migrate" => "migrate_serverRDN", "group" => "plugin", "mandatory" => FALSE )