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

Jean-Noel Rouvignac
10.14.2014 a2cc80b624549c9ca63551a1379430055d9aeb34
opendj3-server-dev/src/server/org/opends/server/schema/AuthPasswordEqualityMatchingRule.java
@@ -153,7 +153,7 @@
  @Override
  public boolean isIndexingSupported()
  {
    return indexers.isEmpty();
    return !indexers.isEmpty();
  }
  private ConditionResult valuesMatch(ByteSequence attributeValue, ByteSequence assertionValue)