mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

coulbeck
30.38.2007 4a261fe8cd3300751284740534c91099604198f6
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
    {