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

lutoff
14.51.2007 5d8bdf3c45ba5425410a8ca278ae6df9655f3c71
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();