From 4daaae27d50bc3c3161c2c6ba359a90e57378c3a Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 14 May 2010 07:02:34 +0000 Subject: [PATCH] added migration classes for RDN properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18406 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_core.inc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 5ea4b781c..dfd186b98 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -456,7 +456,7 @@ DEBUG_SI = 256"), "default" => "ou=groups,", "description" => "The 'groupsRDN' statement defines the location where new groups will be created inside of defined departments. The default is 'ou=groups'.", "check" => "gosaProperty::isRdn", - "migrate" => "", + "migrate" => "migrate_groupRDN", "group" => "group", "mandatory" => FALSE), @@ -622,16 +622,6 @@ DEBUG_SI = 256"), "group" => "id", "mandatory" => FALSE), - array( - "name" => "sambaMachineAccountRDN", - "type" => "rdn", - "default" => "ou=winstations,", - "description" => "This statement defines the location where GOsa looks for new samba workstations.", - "check" => "gosaProperty::isRdn", - "migrate" => "", - "group" => "samba", - "mandatory" => FALSE), - array( "name" => "idGenerator", "type" => "string", -- 2.30.2