| opends/src/server/org/opends/server/authorization/dseecompat/UserAttr.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/authorization/dseecompat/UserAttr.java
@@ -354,9 +354,11 @@ op.getSearchEntries(); if (!result.isEmpty()) { Entry e = result.getFirst(); if(e.hasAttribute(attrType)) { matched = evalEntryAttr(e, evalCtx, attrType); if(matched.equals(EnumEvalResult.TRUE)) stop=true; } } } }