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

ludovicp
15.47.2010 81a5091e33a4b97e58e6cbd5492429f893cfbb2c
Fix an issue with Objectclass inheritance in Import
1 files modified
3 ■■■■■ changed files
opends/src/server/org/opends/server/util/LDIFReader.java 3 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFReader.java
@@ -423,6 +423,9 @@
          suffix.removePending(entryDN);
          continue;
        }
         //Add any superior objectclass(s) missing in an entries
        //objectclass map.
        addSuperiorObjectClasses(entry.getObjectClasses());
      }
      entryInfo.setEntryID(entryID);
      entryInfo.setSuffix(suffix);