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

coulbeck
30.38.2007 6621cf1af206aaa67c22cf617df188d3d65839a2
opendj-sdk/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
    {