opends/src/server/org/opends/server/extensions/ConfigFileHandler.java
@@ -1970,7 +1970,8 @@ */ public boolean supportsLDIFExport() { return true; // TODO We would need export-ldif to initialize this backend. return false; } @@ -1992,6 +1993,8 @@ LDIFExportConfig exportConfig) throws DirectoryException { // TODO We would need export-ldif to initialize this backend. LDIFWriter writer; try {