| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.tools; |
| | | import org.opends.messages.Message; |
| | |
| | | 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) |