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

jvergara
26.53.2007 b544c1951048d48383f8a55cd32bb2b4addaa56c
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ConfigFromLDAP.java
@@ -283,7 +283,8 @@
    }
    if (ctx == null)
    {
      ctx = Utils.createLdapContext(ldapUrl, dn, pwd, 3000, null);
      ctx = Utils.createLdapContext(ldapUrl, dn, pwd,
          Utils.getDefaultLDAPTimeout(), null);
    }
    return ctx;
  }