Code

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

gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc

index 58783505d6c93a212a899e0e62d280363a5ce128..0e139d7a6b496bb9fab35c4b7cfea02815882028 100644 (file)
@@ -523,7 +523,7 @@ class sudo extends plugin
                             "default"       => "ou=sudoers,",
                             "description"   => "The 'sudoRDN' statement defines the location where new sudo-roles will be created. The default is 'ou=sudoers,'.",
                             "check"         => "gosaProperty::isRdn",
-                            "migrate"       => "",
+                            "migrate"       => "migrate_sudoRDN",
                             "group"         => "plugin",
                             "mandatory"     => FALSE)),