Code

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

gosa-core/include/class_core.inc

index 5ea4b781c64d16467e9148cfe0f580657af7c8b7..dfd186b986eb98c1daf7449a02f056d6deacfb50 100644 (file)
@@ -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",