| 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
@@ -347,6 +347,7 @@ container.setCurrentAttributeType(modAttrType); List<Attribute> attrList = resourceEntry.getAttribute(modAttrType,modAttr.getOptions()); if(attrList != null) { for (Attribute a : attrList) { for (AttributeValue v : a.getValues()) { container.setCurrentAttributeValue(v); @@ -358,6 +359,7 @@ } } } } if(modAttr.hasValue()) { for(AttributeValue v : modAttr.getValues()) {