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

jvergara
27.51.2007 59ba268c8ed7ad58495f98af77a463e06f9f0f00
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/DirectoryManagerAuthenticationDialog.java
@@ -342,7 +342,7 @@
        {
          InitialLdapContext ctx =
            Utils.createLdapContext(installStatus.getLdapUrl(), tfDn.getText(),
              tfPwd.getText(), 3000, null);
              tfPwd.getText(), Utils.getDefaultLDAPTimeout(), null);
          /*
           * Search for the config to check that it is the directory manager.