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

ctissot
19.59.2009 d45632b718b35611a21cec569b4bbf0623268826
Fix for issue 3718: Option '-A, --typesOnly' ignored by the ldapsearch tool
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java
@@ -173,7 +173,8 @@
                                    searchOptions.getDereferencePolicy(),
                                    searchOptions.getSizeLimit(),
                                    searchOptions.getTimeLimit(),
                              false, filter, attributes);
                                    searchOptions.getTypesOnly(),
                                    filter, attributes);
      if(!searchOptions.showOperations())
      {
        try