| 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
@@ -1202,7 +1202,8 @@ * The operation being evaluated. * @return True if this operation is allowed access. */ private boolean isAllowed(AciContainer operationContainer, Operation operation) private boolean isAllowed(AciContainer operationContainer, Operation operation) { return skipAccessCheck(operation) || accessAllowed(operationContainer); }