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

lutoff
07.50.2008 9b6dfe96f8d0e0c92c4fdbf3f65459271bca425c
opends/src/server/org/opends/server/tools/ExportLDIF.java
@@ -467,6 +467,15 @@
      attributes.add(
              new LDAPAttribute(ATTR_TASK_EXPORT_WRAP_COLUMN, values));
    }
    if (excludeOperationalAttrs.isPresent())
    {
      values = new ArrayList<ASN1OctetString>(1);
      values.add(new ASN1OctetString("false"));
      attributes.add(
          new LDAPAttribute(ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES,
              values));
    }
  }
  /**