From 7dc2e6ceaaf74ff2cd8b6a8a3964097cffe1f475 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 31 Aug 2006 00:40:49 +0000
Subject: [PATCH] Add initial MakeLDIF support for generating entries based on a template. This can be used to either write the generated entries to LDIF, or to import them directly into the server. This code is not yet feature-complete, nor is it 100% compatible with the version of MakeLDIF provided with SLAMD, but it is functional enough for use in a large number of situations.
---
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 dc08a82..12875ff 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -3226,6 +3226,15 @@
/**
+ * The path to the directory that should serve as the MakeLDIF resource
+ * directory. It is relative to the server root.
+ */
+ public static final String PATH_MAKELDIF_RESOURCE_DIR =
+ "config" + File.separator + "MakeLDIF";
+
+
+
+ /**
* The path to the directory containing the server schema definitions. It is
* relative to the server root.
*/
--
Gitblit v1.10.0