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

Matthew Swift
20.29.2011 87a32e534959a6ffaf12c6d69ce98197f7bee596
opends/src/server/org/opends/server/extensions/LDAPPassThroughAuthenticationPolicyFactory.java
@@ -73,7 +73,6 @@
  // TODO: handle password policy response controls? AD?
  // TODO: custom aliveness pings
  // TODO: manage account lockout
  // TODO: cache password
  /**
@@ -1555,14 +1554,13 @@
    private final class StateImpl extends AuthenticationPolicyState
    {
      private final Entry userEntry;
      private ByteString cachedPassword = null;
      private StateImpl(final Entry userEntry)
      {
        this.userEntry = userEntry;
        super(userEntry);
      }