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

ludovicp
15.47.2010 046ec2116cc87af47021d16974ca11d2f3f3ad6b
Fix an issue with Objectclass inheritance in Import
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/util/LDIFReader.java 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/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);