opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java
@@ -223,8 +223,10 @@ nonRightsAttrs.addAll(e.getOperationalAttributes().keySet()); else { AttributeType attrType; if((attrType = DirectoryServer.getAttributeType(a)) == null) attrType = DirectoryServer.getDefaultAttributeType(a); if((attrType = DirectoryServer.getAttributeType(a.toLowerCase())) == null) attrType = DirectoryServer.getDefaultAttributeType(a.toLowerCase()); nonRightsAttrs.add(attrType); } }