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

dugan
09.11.2007 7213787a3f8d619bc063ae202e42118cf0a64438
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);