mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
31.16.2010 2106c815067e2740e6c3386851e0c7c7dc691fa7
Import now populates dn2id correctly when using the --append and --replaceExisting options.
1 files modified
8 ■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 8 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1327,13 +1327,9 @@
            suffix.removePending(entryDN);
            return;
          }
          suffix.removePending(entryDN);
        }
        else
        {
          processDN2ID(suffix, entryDN, entryID);
          suffix.removePending(entryDN);
        }
        suffix.removePending(entryDN);
        processDN2ID(suffix, entryDN, entryID);
      }
      else
      {