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

Ludovic Poitou
20.02.2011 7aaa55796a7e94d6773535e4bddbedda5cc9ec05
opends/src/guitools/org/opends/guitools/controlpanel/ui/LocalOrRemotePanel.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.guitools.controlpanel.ui;
@@ -512,7 +513,7 @@
        errors.add(INFO_NOT_A_DIRECTORY_MANAGER_DN.get());
      }
      if ("".equals(pwd.getPassword().length == 0))
      if (pwd.getPassword().length == 0)
      {
        pwdInvalid = true;
        errors.add(INFO_EMPTY_PWD.get());