opendj-server-legacy/src/main/java/org/opends/server/extensions/PlainSASLMechanismHandler.java
@@ -443,7 +443,7 @@ return; } if (!authState.passwordMatches(ByteString.valueOf(password))) if (!authState.passwordMatches(ByteString.valueOfUtf8(password))) { bindOperation.setResultCode(ResultCode.INVALID_CREDENTIALS); LocalizableMessage message = ERR_SASLPLAIN_INVALID_PASSWORD.get();