From 88b105177c72919b395055e2a040a30dc23369e0 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 13 Aug 2007 22:50:41 +0000
Subject: [PATCH] Implement support for the "list" tag for use with MakeLDIF. This was the last major tag type that was supported by the SLAMD variant of MakeLDIF that was not available with the OpenDS version. Unfortunately, the OpenDS version is not able to use exactly the same syntax as the SLAMD version, but the OpenDS version has all of the same functionality and its syntax is actually more consistent with that used by other tags than the SLAMD version.
---
opends/src/server/org/opends/server/tools/makeldif/TemplateFile.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/makeldif/TemplateFile.java b/opends/src/server/org/opends/server/tools/makeldif/TemplateFile.java
index fbd2bed..5b120f0 100644
--- a/opends/src/server/org/opends/server/tools/makeldif/TemplateFile.java
+++ b/opends/src/server/org/opends/server/tools/makeldif/TemplateFile.java
@@ -284,6 +284,7 @@
IfAbsentTag.class,
IfPresentTag.class,
LastNameTag.class,
+ ListTag.class,
ParentDNTag.class,
PresenceTag.class,
RandomTag.class,
--
Gitblit v1.10.0