From b7b0bf7b902eaae3cfba0b0a23917133c3d5f77f Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 30 Nov 2006 20:04:25 +0000
Subject: [PATCH] Update the LDIF export utility to provide a way to exclude operational attributes from the export.
---
opends/src/server/org/opends/server/messages/ToolMessages.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/ToolMessages.java b/opends/src/server/org/opends/server/messages/ToolMessages.java
index 2843689..d60cd77 100644
--- a/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -7466,6 +7466,15 @@
/**
+ * The message ID for the message that will be used as the description of the
+ * excludeOperational argument. This does not take any arguments.
+ */
+ public static final int MSGID_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL =
+ CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 785;
+
+
+
+ /**
* Associates a set of generic messages with the message IDs defined in this
* class.
*/
@@ -7600,6 +7609,8 @@
registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER,
"Filter to identify entries to exclude from the LDIF " +
"export");
+ registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL,
+ "Exclude operational attributes from the LDIF export");
registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN,
"Column at which to wrap long lines (0 for no wrapping)");
registerMessage(MSGID_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF,
--
Gitblit v1.10.0