opendj-server-legacy/src/main/java/org/opends/server/util/LDIFReader.java
@@ -839,13 +839,7 @@ } else { AttributeType attrType = DirectoryServer.getAttributeType(lowerName); if (attrType == null) { attrType = DirectoryServer.getDefaultAttributeType(attrName); } AttributeType attrType = DirectoryServer.getAttributeType(lowerName, attrName); if (! importConfig.includeAttribute(attrType)) { if (logger.isTraceEnabled())