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

lutoff
14.51.2007 1f026d8ca81a4cdadabb7a2aa126814add06073e
opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliParser.java
@@ -218,7 +218,7 @@
    InitialLdapContext ctx = null;
    // Get connection parameters
    host = getHostName();
    host = ConnectionUtils.getHostNameForLdapUrl(getHostName());
    port = getPort();
    dn   = getBindDN();
    pwd  = getBindPassword(dn, out, err);