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

dugan
09.11.2007 a9657fb494e1cfade8d83f08a72f4d61af8b4058
Remove search right from filterEntry method rights mask.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java 2 ●●● patch | view | raw | blame | history
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);