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

coulbeck
05.55.2006 76e4f2c7318b9d71677e6916f92082319d461a00
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/DN2URI.java
@@ -514,7 +514,8 @@
        DatabaseEntry data = new DatabaseEntry();
        // Go up through the DIT hierarchy until we find a referral.
        for (DN dn = targetDN.getParent(); dn != null; dn = dn.getParent())
        for (DN dn = entryContainer.getParentWithinBase(targetDN); dn != null;
             dn = entryContainer.getParentWithinBase(dn))
        {
          // Look for a record whose key matches the current DN.
          String normDN = dn.toNormalizedString();