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 =