From 2225c7adc8efd7128a2a9377d0952c182f01e43a Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 14 May 2010 07:03:32 +0000 Subject: [PATCH] added migration classes for RDN properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18429 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index add8d2ba7..b98953cb9 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -685,7 +685,7 @@ class termgeneric extends plugin "default" => "ou=terminals,ou=systems,", "description" => "The 'terminalRDN' statement defines the location where new terminals will be created. The default is 'ou=terminals,ou=systems,'.", "check" => "gosaProperty::isRdn", - "migrate" => "", + "migrate" => "migrate_terminalRDN", "group" => "plugin", "mandatory" => FALSE ) -- 2.30.2