opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/ModifyEntryTask.java
@@ -613,7 +613,7 @@ { for (org.opends.server.types.Attribute attr : attrs) { if (attr.getNameWithOptions().equalsIgnoreCase(attrName)) if (attr.getAttributeDescription().toString().equalsIgnoreCase(attrName)) { return true; }