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

jvergara
14.24.2009 70df53f05e4cc8615f2ef13a739f085c706a3ccb
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);