| opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java
@@ -223,9 +223,9 @@ nonRightsAttrs.addAll(e.getOperationalAttributes().keySet()); else { AttributeType attrType; if((attrType = if((attrType = DirectoryServer.getAttributeType(a.toLowerCase())) == null) attrType = attrType = DirectoryServer.getDefaultAttributeType(a.toLowerCase()); nonRightsAttrs.add(attrType); }