From 4a42aa35ce34c21a4fb7dc8f3eef93b53322a2b4 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 13 Sep 2007 23:02:00 +0000
Subject: [PATCH] Update the upgrader version incompatibility information to indicate that it is not possible to upgrade or revert across revision 2794, which changed password storage scheme references from the scheme name to the config entry DN.

---
 opendj-sdk/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java b/opendj-sdk/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
index effc873..5eb1792 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
@@ -218,6 +218,17 @@
   public enum Cause {
 
     /**
+     * Incompatible property name change committed on 09/05/2007
+     * and described in the SVN log for rev 2974.
+     */
+    PROPERTY_CHANGE_1(
+            4, // Unique ID.  See javadoc for more information.
+            INFO_2974_UPGRADE.get(),
+            INFO_2974_REVERSION.get(),
+            Effect.REVERSION_NOT_POSSIBLE,
+            Effect.UPGRADE_NOT_POSSIBLE),
+
+    /**
      * Database format change committed on 6/7/2007
      * and described in the SVN log for rev 2049.
      */

--
Gitblit v1.10.0