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

Nicolas Capponi
14.06.2014 2dece15900c587dcc5fcfaf35c2acdbfb026de1f
opendj3-server-dev/src/server/org/opends/server/api/AuthenticationPolicyState.java
@@ -201,7 +201,7 @@
        final AttributeValue v = a.iterator().next();
        try
        {
          EqualityMatchingRule rule = attributeType.getEqualityMatchingRule();
          MatchingRule rule = attributeType.getEqualityMatchingRule();
          ByteString normValue = rule.normalizeAttributeValue(v.getValue());
          timeValue = GeneralizedTimeSyntax.decodeGeneralizedTimeValue(normValue);
        }