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

Chris Ridd
21.03.2014 94ec1723487ead767f9c5b3efefc4e452668df72
Fix OPENDJ-1519: Incorrect check for deprecated password schemes
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/core/PasswordPolicyState.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicyState.java
@@ -2860,7 +2860,7 @@
   */
  public void handleDeprecatedStorageSchemes(ByteString password)
  {
    if (passwordPolicy.getDefaultPasswordStorageSchemes().isEmpty())
    if (passwordPolicy.getDeprecatedPasswordStorageSchemes().isEmpty())
    {
      if (debugEnabled())
      {