opendj-server-legacy/src/main/java/org/opends/server/tools/ExportLDIF.java
@@ -647,7 +647,7 @@ Set<AttributeType> results = new HashSet<>(); for (String attrName : attributeArg.getValues()) { results.add(DirectoryServer.getSchema().getAttributeType(attrName)); results.add(DirectoryServer.getInstance().getServerContext().getSchema().getAttributeType(attrName)); } return results; }