[Fedora-directory-commits] ldapserver/ldap/admin/src/scripts DSMigration.pm.in, 1.15, 1.16

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Sep 22 03:34:08 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/admin/src/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29098

Modified Files:
	DSMigration.pm.in 
Log Message:
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



Index: DSMigration.pm.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/DSMigration.pm.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- DSMigration.pm.in	20 Sep 2007 20:27:34 -0000	1.15
+++ DSMigration.pm.in	22 Sep 2007 03:34:06 -0000	1.16
@@ -625,6 +625,8 @@
                 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) {




More information about the Fedora-directory-commits mailing list