From 9b6dfe96f8d0e0c92c4fdbf3f65459271bca425c Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 07 Apr 2008 12:50:35 +0000
Subject: [PATCH] Fix for issue #2270 (export-ldif doesn't exclude operational attributes when it's a task)
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index f97d57a..1be0c38 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -4123,6 +4123,12 @@
public static final String ATTR_TASK_EXPORT_WRAP_COLUMN =
NAME_PREFIX_TASK + "export-wrap-column";
+ /**
+ * The name of the attribute in an export task definition that specifies
+ * that operational attributes have to be included.
+ */
+ public static final String ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES =
+ NAME_PREFIX_TASK + "export-include-operational-attributes";
/**
--
Gitblit v1.10.0