opends/src/server/org/opends/server/core/PasswordPolicyState.java
@@ -837,7 +837,10 @@ { highestFailureTime = currentTime; } // Update the current policy state failureTimes.add(highestFailureTime); // And the attribute in the user entry AttributeType type = DirectoryServer.getAttributeType(OP_ATTR_PWPOLICY_FAILURE_TIME_LC); if (type == null)