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

jvergara
14.24.2009 e31e221ede36f7e31aa222c21da972ea6fd1b12a
opendj-sdk/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java
@@ -1341,7 +1341,7 @@
    {
      SearchControls sc = new SearchControls();
      sc.setSearchScope(SearchControls.ONELEVEL_SCOPE);
      String[] attList = {"dn"};
      String[] attList = {"1.1"};
      sc.setReturningAttributes(attList);
      NamingEnumeration<SearchResult> ne = ctx.search(TRUSTSTORE_DN,
          "(objectclass=ds-cfg-instance-key)", sc);