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

Jean-Noël Rouvignac
10.31.2016 c70f83faf35bebaa246e24249a2c3b0ca7392745
opendj-server-legacy/src/main/java/org/opends/server/plugins/UniqueAttributePlugin.java
@@ -571,7 +571,7 @@
    for (DN baseDN : baseDNs)
    {
      if (entryDN.isDescendantOf(baseDN))
      if (entryDN.isSubordinateOrEqualTo(baseDN))
      {
        return baseDNs;
      }