opendj-sdk/opends/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java
@@ -293,6 +293,7 @@ { System.out.print(INFO_LDAPAUTH_PASSWORD_PROMPT.get( bindDN.stringValue())); System.out.flush(); char[] pwChars = PasswordReader.readPassword(); if (pwChars == null) {