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); }