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

Ludovic Poitou
14.08.2012 211b9f56ccad2d654ff2d88d4540aec91814d944
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)