opends/src/server/org/opends/server/authorization/dseecompat/AciTargets.java
@@ -452,7 +452,9 @@ * skiprights rights mask. */ public static boolean skipRightsHasRights(int rights) { return ((skipRights & rights) == rights); //geteffectiverights sets this flag, turn it off before evaluating. int tmpRights=rights & ~ACI_SKIP_PROXY_CHECK; return ((skipRights & tmpRights) == tmpRights); }