Преглед на файлове

Resolves: bug 301431
Description: Show-Stopper - Migration path rhel21_ds621_TO_rhel4_32bit
Fix Description: not actually a fix, but with -dd this will print out the entries that were ignored during migration, which should be the presence plugin config entries and possibly others

Rich Megginson преди 18 години
родител
ревизия
ac772cd4cb
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      ldap/admin/src/scripts/DSMigration.pm.in

+ 2 - 0
ldap/admin/src/scripts/DSMigration.pm.in

@@ -625,6 +625,8 @@ sub mergeConfigEntries {
                 fixAttrsInEntry($oldent, $mig, $inst);
                 $rc = $dest->add($oldent);
                 $op = "add";
+            } else {
+                debug(2, "Ignoring entry $dn - configuration not supported\n");
             }
         } elsif (!$oldent && $newent) {
             if ($dn =~ /o=deleteAfterMigration/i) {