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

matthew_swift
26.21.2007 a052caad0008ede711b0c43d9955eccc3bb858ba
opendj-sdk/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;