From 76873cf7ce1d9160d018688cbe806ad7e67bbd1d Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 24 Jan 2008 09:02:14 +0000 Subject: [PATCH] There was a flag day when the new security framework was added in build 1.0.0 build 6. The following changes address the issue. The main thing that has been updated are the changes at the end of VersionCompatibilityIssue. The problem is that the code relied only on the fact that a flag day was known (we register the flag days). However it can happen (as it is the case) that a flag day is registered in the code way after the changes occurred. So when we registered a flag day, systematically we could not upgrade from previous builds. --- opends/src/messages/messages/version.properties | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/version.properties b/opends/src/messages/messages/version.properties index c40c240..778265b 100644 --- a/opends/src/messages/messages/version.properties +++ b/opends/src/messages/messages/version.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Portions Copyright 2006-2007 Sun Microsystems, Inc. +# Portions Copyright 2006-2008 Sun Microsystems, Inc. @@ -84,4 +84,8 @@ because the default password storage scheme and deprecated password storage \ scheme references in the password policy have been converted from names to \ DNs, and it is not possible to revert from the DN back to the scheme name - +INFO_3294_UPGRADE_9=This upgrade introduces a new security framework that is \ + not backwards compatible. Upgrade is not possible. +INFO_3294_REVERSION_10=The revision 3294 introduces a new security framework. \ + Revert is not possible. + -- Gitblit v1.10.0