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

jvergara
08.07.2008 3b21d8c7f9c756c62d9e3fade67783a4bcd34067
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)
        {