diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2007-09-22 03:34:06 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2007-09-22 03:34:06 +0000 |
| commit | ac772cd4cb7dc71710fd433e9e89a593bec61db4 (patch) | |
| tree | 490b3ca06c00a6bffa0c7d38968e28bda4eb81b4 /ldap/admin/src/scripts | |
| parent | 647815ad4bf315c8371e3c274517892160ce7fa1 (diff) | |
| download | ds-ac772cd4cb7dc71710fd433e9e89a593bec61db4.tar.gz ds-ac772cd4cb7dc71710fd433e9e89a593bec61db4.tar.xz ds-ac772cd4cb7dc71710fd433e9e89a593bec61db4.zip | |
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
Diffstat (limited to 'ldap/admin/src/scripts')
| -rw-r--r-- | ldap/admin/src/scripts/DSMigration.pm.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldap/admin/src/scripts/DSMigration.pm.in b/ldap/admin/src/scripts/DSMigration.pm.in index 6f5294d3..b6d5a7f5 100644 --- a/ldap/admin/src/scripts/DSMigration.pm.in +++ b/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) { |
