From 931dbfe08cd94960728174b822369fde927da257 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 07 Sep 2006 19:35:27 +0000
Subject: [PATCH] Add a new ldifmodify tool that works like ldapmodify except that it alters data in an LDIF file rather than over LDAP. There are some limitations, including:
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 9 +++++++++
1 files changed, 9 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 12875ff..44e2c25 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -2417,6 +2417,15 @@
/**
+ * The base name (with no path information) of the file that may contain
+ * changes in LDIF form to apply to the configuration before the configuration
+ * is loaded and initialized.
+ */
+ public static final String CONFIG_CHANGES_NAME = "config-changes.ldif";
+
+
+
+ /**
* The name of the directory that will hold the configuration file for the
* Directory Server.
*/
--
Gitblit v1.10.0