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

Ludovic Poitou
18.33.2011 86b64fdb326ff8af99792391f95ccd7fd6c3a7b7
opendj-sdk/opends/src/server/org/opends/server/tools/StopDS.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.tools;
import org.opends.messages.Message;
@@ -615,7 +616,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)