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

lutoff
14.51.2007 1f026d8ca81a4cdadabb7a2aa126814add06073e
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java
@@ -119,7 +119,7 @@
    {
      // Interact with the user though the console to get
      // LDAP connection information
      String hostName = ci.getHostName();
      String hostName = ConnectionUtils.getHostNameForLdapUrl(ci.getHostName());
      Integer portNumber = ci.getPortNumber();
      String bindDN = ci.getBindDN();
      String bindPassword = ci.getBindPassword();