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; }