Code

added migration classes for RDN properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 May 2010 07:03:35 +0000 (07:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 May 2010 07:03:35 +0000 (07:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18430 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc

index 24c8c3dce087904154bc117d52438184251327bb..87aa7079529430a2ed0df3ff0f1c4786e6f93a23 100644 (file)
@@ -695,7 +695,7 @@ class workgeneric extends plugin
                   "default"       => "ou=workstations,ou=systems,",
                   "description"   => _("The 'workstationRDN' statement defines the location where new workstations will be created. The default is 'ou=workstations,ou=systems,'."),
                   "check"         => "gosaProperty::isRdn",
-                  "migrate"       => "",
+                  "migrate"       => "migrate_workstationRDN",
                   "group"         => "plugin",
                   "mandatory"     => FALSE
                   ),