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

jvergara
17.53.2007 7e014d165df1bf3dd13ffc4a5d8906a0b1561eba
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java
@@ -336,8 +336,7 @@
        Boolean isServerRunning = Boolean.TRUE;
        try
        {
          String installPath = getInstallPathFromClasspath();
          Installation installation = new Installation(installPath);
          Installation installation = Installation.getLocal();
          int port = installation.getCurrentConfiguration().getPort();
          String ldapUrl = "ldap://localhost:"+port;
          InitialLdapContext ctx =