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

matthew_swift
26.21.2007 5ceb2e9601d2501d021d0c61188ec913076555a0
opends/src/server/org/opends/server/extensions/SimilarityBasedPasswordValidator.java
@@ -105,7 +105,7 @@
                                      Operation operation, Entry userEntry,
                                      MessageBuilder invalidReason)  {
    int minDifference = currentConfig.getMinimumPasswordDifference();
    int minDifference = currentConfig.getMinPasswordDifference();
    ByteString passwd = newPassword == null
                        ? ByteStringFactory.create("")
                        : newPassword;