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

jvergara
20.22.2008 6b91643447398f13e01a4e02f8431e5263fc9bff
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java
@@ -403,7 +403,7 @@
          boolean connected = false;
          Configuration config = installation.getCurrentConfiguration();
          int port = config.getPort();
          String ldapUrl = "ldap://localhost:" + port;
          String ldapUrl = "ldap://0.0.0.0:" + port;
          // See if the application has prompted for credentials.  If
          // not we'll just try to connect anonymously.