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

lutoff
25.23.2009 2608d236ae12b3b2b207706f93ab77125e77353a
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java
@@ -283,7 +283,7 @@
         throws ClientException, LDAPException
  {
    // See if we need to prompt the user for the password.
    if ( (bindPassword == null) || (bindPassword.length() == 0 ))
    if (bindPassword == null)
    {
      if (bindDN == null)
      {