| opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -536,10 +536,17 @@ public boolean isAllowed(Operation operation, Entry entry, SearchFilter filter) throws DirectoryException { if (skipAccessCheck(operation)) { return true; } else { AciLDAPOperationContainer operationContainer = new AciLDAPOperationContainer(operation, (ACI_READ), entry); return testFilter(operationContainer, filter); } }