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

dugan
04.45.2007 143712f748fd161b92ad78111c9d3e84ec8c7035
Fix userattr inheritance regression. Issue 1762.
1 files modified
2 ■■■■■ changed files
opends/src/server/org/opends/server/authorization/dseecompat/UserAttr.java 2 ●●●●● 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;
                    }
                }
            }
        }