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

lutoff
25.07.2009 ba2858890becc2ec90e48ca74fbefb6c1ad1cb6a
opends/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.tools;
import org.opends.messages.Message;
@@ -283,7 +283,7 @@
         throws ClientException, LDAPException
  {
    // See if we need to prompt the user for the password.
    if (bindPassword == null)
    if ( (bindPassword == null) || (bindPassword.length() == 0 ))
    {
      if (bindDN == null)
      {