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

dugan
09.11.2007 7213787a3f8d619bc063ae202e42118cf0a64438
Remove search right from filterEntry method rights mask.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -642,7 +642,7 @@
      AciLDAPOperationContainer operationContainer =
              new AciLDAPOperationContainer(operation,
                                            (ACI_READ | ACI_SEARCH), entry);
                                            (ACI_READ), entry);
      SearchResultEntry returnEntry;
      if(!skipAccessCheck(operation)) {
          returnEntry=accessAllowedAttrs(operationContainer);