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

Ludovic Poitou
18.33.2011 86b64fdb326ff8af99792391f95ccd7fd6c3a7b7
opendj-sdk/opends/src/server/org/opends/server/tools/ManageAccount.java
@@ -24,6 +24,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.tools;
import org.opends.messages.Message;
@@ -1361,7 +1362,8 @@
      connection = new LDAPConnection(host.getValue(), port.getIntValue(),
                                      connectionOptions, out, err);
      connection.connectToHost(bindDN.getValue(),
          LDAPConnectionArgumentParser.getPasswordValue(bindPW, bindPWFile),
          LDAPConnectionArgumentParser.getPasswordValue(bindPW, bindPWFile,
                                                        bindDN, out, err),
                               nextMessageID);
    }
    catch (ArgumentException ae)